Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c346 bo = ttm_to_xe_bo(tbo); in xe_evict_flags()
475 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_tt_create()
921 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_bo_purge()
963 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_bo_move()
1267 struct xe_bo *xe_bo = ttm_to_xe_bo(bo); in xe_bo_shrink()
1638 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_io_mem_pfn()
1687 bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_bo_release_notify()
1719 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_bo_delete_mem_notify()
1762 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_access_memory()
1829 struct xe_bo *bo = ttm_to_xe_bo(ttm_bo); in xe_ttm_bo_destroy()
[all …]
H A Dxe_bo.h152 static inline struct xe_bo *ttm_to_xe_bo(const struct ttm_buffer_object *bo) in ttm_to_xe_bo() function