Searched refs:gem_to_xe_bo (Results 1 – 11 of 11) sorted by relevance
34 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()
209 struct xe_bo *bo = gem_to_xe_bo(obj); in show_meminfo()
135 static inline struct xe_bo *gem_to_xe_bo(const struct drm_gem_object *obj) in gem_to_xe_bo() function
838 struct xe_bo *bo = gem_to_xe_bo(obj); in xe_pxp_obj_key_check()
396 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()
1670 __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()
16 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()
33 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()
90 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()
90 struct xe_bo *obj = gem_to_xe_bo(_obj); in intel_fbdev_fb_fill_info()
145 struct xe_bo *import_bo = gem_to_xe_bo(import); in xe_test_dmabuf_import_same_driver()
Completed in 34 milliseconds