Searched defs:xe_vm (Results 1 – 1 of 1) sorted by relevance
145 struct xe_vm { struct147 struct drm_gpuvm gpuvm;150 struct {171 } svm;173 struct xe_device *xe;176 struct xe_exec_queue *q[XE_MAX_TILES_PER_DEVICE];179 struct ttm_lru_bulk_move lru_bulk_move;181 u64 size;183 struct xe_pt *pt_root[XE_MAX_TILES_PER_DEVICE];184 struct xe_pt *scratch_pt[XE_MAX_TILES_PER_DEVICE][XE_VM_MAX_LEVEL];[all …]