Home
last modified time | relevance | path

Searched refs:ttm_to_xe_device (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_bo.c144 struct xe_device *xe = ttm_to_xe_device(res->bo->bdev); in res_to_mem_region()
446 struct xe_device *xe = ttm_to_xe_device(bdev); in xe_ttm_io_mem_reserve()
559 struct xe_device *xe = ttm_to_xe_device(ttm_bo->bdev); in xe_bo_move_dmabuf()
608 struct xe_device *xe = ttm_to_xe_device(ttm_bo->bdev); in xe_bo_move_notify()
650 struct xe_device *xe = ttm_to_xe_device(ttm_bo->bdev); in xe_bo_move()
1006 struct xe_device *xe = ttm_to_xe_device(ttm_bo->bdev); in xe_ttm_bo_lock_in_destructor()
1109 struct xe_device *xe = ttm_to_xe_device(ttm_bo->bdev); in xe_ttm_bo_destroy()
1677 struct xe_device *xe = ttm_to_xe_device(res->bo->bdev); in vram_region_gpu_offset()
2195 struct xe_device *xe = ttm_to_xe_device(bo->ttm.bdev); in xe_bo_migrate()
Dxe_device.h37 static inline struct xe_device *ttm_to_xe_device(struct ttm_device *ttm) in ttm_to_xe_device() function
Dxe_drm_client.c155 struct xe_device *xe = ttm_to_xe_device(bo->ttm.bdev); in xe_drm_client_remove_bo()
Dxe_bo.h119 #define xe_bo_device(bo) ttm_to_xe_device((bo)->ttm.bdev)