Home
last modified time | relevance | path

Searched refs:gem_to_xe_bo (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c34 if (!attach->peer2peer && !xe_bo_can_migrate(gem_to_xe_bo(obj), XE_PL_TT)) in xe_dma_buf_attach()
53 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_pin()
92 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_unpin()
102 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_map()
170 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_begin_cpu_access()
199 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_release()
224 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_prime_export()
321 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_move_notify()
387 xe_bo_put(gem_to_xe_bo(obj)); in xe_gem_prime_import()
H A Dxe_drm_client.c209 struct xe_bo *bo = gem_to_xe_bo(obj); in show_meminfo()
H A Dxe_bo.h157 static inline struct xe_bo *gem_to_xe_bo(const struct drm_gem_object *obj) in gem_to_xe_bo() function
H A Dxe_pxp.c834 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_pxp_obj_key_check()
H A Dxe_bo.c1878 __xe_bo_vunmap(gem_to_xe_bo(obj)); in xe_gem_object_free()
1885 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_object_close()
2214 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_object_mmap()
3507 xe_bo_put(gem_to_xe_bo(gem_obj)); in xe_gem_mmap_offset_ioctl()
H A Dxe_vm.c331 struct xe_bo *bo = gem_to_xe_bo(vm_bo->obj); in xe_gpuvm_validate()
2580 struct xe_bo *bo = op->gem.obj ? gem_to_xe_bo(op->gem.obj) : NULL; in new_vma()
3955 bos[i] = gem_to_xe_bo(gem_obj); in xe_vm_bind_ioctl()
4418 gem_to_xe_bo(vma->gpuva.gem.obj) : NULL; in xe_vm_validate_protected()
4487 gem_to_xe_bo(vma->gpuva.gem.obj) : NULL; in xe_vm_snapshot_capture()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_panic.c41 struct xe_bo *bo = gem_to_xe_bo(intel_fb_bo(&fb->base)); in xe_panic_page_set_pixel()
90 struct xe_bo *bo = gem_to_xe_bo(intel_fb_bo(&fb->base)); in xe_panic_setup()