Home
last modified time | relevance | path

Searched refs:ttm_to_xe_bo (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c342 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_tt_create()
651 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_bo_move()
979 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_io_mem_pfn()
1028 bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_bo_release_notify()
1101 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_bo_destroy()
1167 struct xe_bo *bo = ttm_to_xe_bo(tbo); in xe_gem_fault()
H A Dxe_ttm_stolen_mgr.c298 struct xe_bo *bo = ttm_to_xe_bo(mem->bo); in __xe_ttm_stolen_io_mem_reserve_stolen()
H A Dxe_bo.h109 static inline struct xe_bo *ttm_to_xe_bo(const struct ttm_buffer_object *bo) in ttm_to_xe_bo() function