Symbol: gem_to_xe_bo
drivers/gpu/drm/xe/display/intel_bo.c
30
return xe_bo_is_protected(gem_to_xe_bo(obj));
drivers/gpu/drm/xe/display/intel_bo.c
45
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/display/intel_fb_bo.c
16
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/display/intel_fb_bo.c
30
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/display/intel_fb_bo.c
81
bo = gem_to_xe_bo(gem);
drivers/gpu/drm/xe/display/intel_fbdev_fb.c
62
xe_bo_unpin_map_no_vm(gem_to_xe_bo(obj));
drivers/gpu/drm/xe/display/intel_fbdev_fb.c
68
struct xe_bo *obj = gem_to_xe_bo(_obj);
drivers/gpu/drm/xe/display/xe_fb_pin.c
226
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/display/xe_fb_pin.c
278
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/display/xe_fb_pin.c
424
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/display/xe_fb_pin.c
91
struct xe_bo *bo = gem_to_xe_bo(obj), *dpt;
drivers/gpu/drm/xe/display/xe_panic.c
41
struct xe_bo *bo = gem_to_xe_bo(intel_fb_bo(&fb->base));
drivers/gpu/drm/xe/display/xe_panic.c
90
struct xe_bo *bo = gem_to_xe_bo(intel_fb_bo(&fb->base));
drivers/gpu/drm/xe/tests/xe_dma_buf.c
148
struct xe_bo *import_bo = gem_to_xe_bo(import);
drivers/gpu/drm/xe/xe_bo.c
1754
__xe_bo_vunmap(gem_to_xe_bo(obj));
drivers/gpu/drm/xe/xe_bo.c
1761
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/xe_bo.c
3329
xe_bo_put(gem_to_xe_bo(gem_obj));
drivers/gpu/drm/xe/xe_dma_buf.c
106
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/xe_dma_buf.c
174
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/xe_dma_buf.c
216
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/xe_dma_buf.c
282
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/xe_dma_buf.c
34
if (!attach->peer2peer && !xe_bo_can_migrate(gem_to_xe_bo(obj), XE_PL_TT))
drivers/gpu/drm/xe/xe_dma_buf.c
53
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/xe_dma_buf.c
96
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/xe_drm_client.c
209
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/xe_pxp.c
834
struct xe_bo *bo = gem_to_xe_bo(obj);
drivers/gpu/drm/xe/xe_vm.c
2430
struct xe_bo *bo = op->gem.obj ? gem_to_xe_bo(op->gem.obj) : NULL;
drivers/gpu/drm/xe/xe_vm.c
340
ret = xe_bo_validate(gem_to_xe_bo(vm_bo->obj), vm, false, exec);
drivers/gpu/drm/xe/xe_vm.c
3712
bos[i] = gem_to_xe_bo(gem_obj);
drivers/gpu/drm/xe/xe_vm.c
4090
gem_to_xe_bo(vma->gpuva.gem.obj) : NULL;
drivers/gpu/drm/xe/xe_vm.c
4159
gem_to_xe_bo(vma->gpuva.gem.obj) : NULL;