Home
last modified time | relevance | path

Searched defs:xe_vm (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/drivers/gpu/drm/xe/
Dxe_vm_types.h128 struct xe_vm { struct
130 struct drm_gpuvm gpuvm;
132 struct xe_device *xe;
135 struct xe_exec_queue *q[XE_MAX_TILES_PER_DEVICE];
138 struct ttm_lru_bulk_move lru_bulk_move;
140 u64 size;
142 struct xe_pt *pt_root[XE_MAX_TILES_PER_DEVICE];
143 struct xe_pt *scratch_pt[XE_MAX_TILES_PER_DEVICE][XE_VM_MAX_LEVEL];
157 unsigned long flags;
160 u64 composite_fence_ctx;
[all …]