Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
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()
A Dxe_drm_client.c209 struct xe_bo *bo = gem_to_xe_bo(obj); in show_meminfo()
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
A Dxe_pxp.c838 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_pxp_obj_key_check()
A Dxe_vm.c396 ret = xe_bo_validate(gem_to_xe_bo(vm_bo->obj), vm, false); in xe_gpuvm_validate()
2448 struct xe_bo *bo = op->gem.obj ? gem_to_xe_bo(op->gem.obj) : NULL; in new_vma()
3616 bos[i] = gem_to_xe_bo(gem_obj); in xe_vm_bind_ioctl()
3983 gem_to_xe_bo(vma->gpuva.gem.obj) : NULL; in xe_vm_validate_protected()
4037 gem_to_xe_bo(vma->gpuva.gem.obj) : NULL; in xe_vm_snapshot_capture()
A Dxe_bo.c1670 __xe_bo_vunmap(gem_to_xe_bo(obj)); in xe_gem_object_free()
1677 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_gem_object_close()
2810 xe_bo_put(gem_to_xe_bo(gem_obj)); in xe_gem_mmap_offset_ioctl()
/drivers/gpu/drm/xe/display/
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()
A Dintel_bo.c33 return xe_bo_is_protected(gem_to_xe_bo(obj)); in intel_bo_is_protected()
47 struct xe_bo *bo = gem_to_xe_bo(obj); in intel_bo_read_from_page()
103 struct xe_bo *bo = gem_to_xe_bo(intel_fb_bo(&fb->base)); in xe_panic_page_set_pixel()
A Dxe_fb_pin.c90 struct xe_bo *bo = gem_to_xe_bo(obj), *dpt; in __xe_pin_fb_vma_dpt()
202 struct xe_bo *bo = gem_to_xe_bo(obj); in __xe_pin_fb_vma_ggtt()
282 struct xe_bo *bo = gem_to_xe_bo(obj); in __xe_pin_fb_vma()
416 struct xe_bo *bo = gem_to_xe_bo(obj); in intel_plane_pin_fb()
A Dintel_fbdev_fb.c90 struct xe_bo *obj = gem_to_xe_bo(_obj); in intel_fbdev_fb_fill_info()
/drivers/gpu/drm/xe/tests/
A Dxe_dma_buf.c145 struct xe_bo *import_bo = gem_to_xe_bo(import); in xe_test_dmabuf_import_same_driver()

Completed in 34 milliseconds