Home
last modified time | relevance | path

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

/linux-6.15/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()
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()
161 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_begin_cpu_access()
192 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_prime_export()
234 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_dma_buf_move_notify()
H A Dxe_drm_client.c209 struct xe_bo *bo = gem_to_xe_bo(obj); in show_meminfo()
H A Dxe_bo.h135 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.c809 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_pxp_obj_key_check()
H A Dxe_vm.c396 ret = xe_bo_validate(gem_to_xe_bo(vm_bo->obj), vm, false); in xe_gpuvm_validate()
2290 struct xe_bo *bo = op->gem.obj ? gem_to_xe_bo(op->gem.obj) : NULL; in new_vma()
3373 bos[i] = gem_to_xe_bo(gem_obj); in xe_vm_bind_ioctl()
3690 gem_to_xe_bo(vma->gpuva.gem.obj) : NULL; in xe_vm_validate_protected()
3744 gem_to_xe_bo(vma->gpuva.gem.obj) : NULL; in xe_vm_snapshot_capture()
H A Dxe_bo.c1474 __xe_bo_vunmap(gem_to_xe_bo(obj)); in xe_gem_object_free()
1481 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_object_close()
2626 xe_bo_put(gem_to_xe_bo(gem_obj)); in xe_gem_mmap_offset_ioctl()
/linux-6.15/drivers/gpu/drm/xe/display/
H A Dintel_fb_bo.c16 struct xe_bo *bo = gem_to_xe_bo(obj); in intel_fb_bo_framebuffer_fini()
31 struct xe_bo *bo = gem_to_xe_bo(obj); in intel_fb_bo_framebuffer_init()
82 bo = gem_to_xe_bo(gem); in intel_fb_bo_lookup_valid_bo()
H A Dintel_bo.c28 return xe_bo_is_protected(gem_to_xe_bo(obj)); in intel_bo_is_protected()
42 struct xe_bo *bo = gem_to_xe_bo(obj); in intel_bo_read_from_page()
H A Dxe_fb_pin.c91 struct xe_bo *bo = gem_to_xe_bo(obj), *dpt; in __xe_pin_fb_vma_dpt()
200 struct xe_bo *bo = gem_to_xe_bo(obj); in __xe_pin_fb_vma_ggtt()
286 struct xe_bo *bo = gem_to_xe_bo(obj); in __xe_pin_fb_vma()
421 struct xe_bo *bo = gem_to_xe_bo(obj); in intel_plane_pin_fb()
H A Dintel_fbdev_fb.c85 struct xe_bo *obj = gem_to_xe_bo(_obj); in intel_fbdev_fb_fill_info()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_dma_buf.c145 struct xe_bo *import_bo = gem_to_xe_bo(import); in xe_test_dmabuf_import_same_driver()