Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_dma_buf.c34 if (!attach->peer2peer && !xe_bo_can_migrate(gem_to_xe_bo(obj), XE_PL_TT)) in xe_dma_buf_attach()
52 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_pin()
84 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_unpin()
94 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_map()
149 struct xe_bo *bo = gem_to_xe_bo(dma_buf->priv); in xe_dma_buf_unmap()
164 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_begin_cpu_access()
195 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_prime_export()
237 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_move_notify()
Dxe_drm_client.c209 struct xe_bo *bo = gem_to_xe_bo(obj); in show_meminfo()
Dxe_bo.h114 static inline struct xe_bo *gem_to_xe_bo(const struct drm_gem_object *obj) in gem_to_xe_bo() function
Dxe_bo.c1151 __xe_bo_vunmap(gem_to_xe_bo(obj)); in xe_gem_object_free()
1158 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_object_close()
2101 xe_bo_put(gem_to_xe_bo(gem_obj)); in xe_gem_mmap_offset_ioctl()
Dxe_vm.c393 ret = xe_bo_validate(gem_to_xe_bo(vm_bo->obj), vm, false); in xe_gpuvm_validate()
1985 struct xe_bo *bo = op->gem.obj ? gem_to_xe_bo(op->gem.obj) : NULL; in new_vma()
3006 bos[i] = gem_to_xe_bo(gem_obj); in xe_vm_bind_ioctl()
3268 gem_to_xe_bo(vma->gpuva.gem.obj) : NULL; in xe_vm_snapshot_capture()
/linux-6.12.1/drivers/gpu/drm/xe/display/
Dintel_fb_bo.c78 bo = gem_to_xe_bo(gem); in intel_fb_bo_lookup_valid_bo()
81 !xe_bo_can_migrate(gem_to_xe_bo(gem), XE_PL_VRAM0) && in intel_fb_bo_lookup_valid_bo()
/linux-6.12.1/drivers/gpu/drm/xe/compat-i915-headers/gem/
Di915_gem_object_types.h9 #define to_intel_bo(x) gem_to_xe_bo((x))
/linux-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_dma_buf.c145 struct xe_bo *import_bo = gem_to_xe_bo(import); in xe_test_dmabuf_import_same_driver()