summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm_types.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/uapi: Remove sync bindsMatthew Brost1-7/+6
2023-12-21drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström1-56/+11
2023-12-21drm/xe: Use NULL PTEs as scratch PTEsThomas Hellström1-1/+0
2023-12-21drm/xe/uapi: Kill tile_maskRodrigo Vivi1-2/+0
2023-12-21drm/xe/uapi: support pat_index selection with vm_bindMatthew Auld1-0/+7
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström1-1/+1
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost1-6/+1
2023-12-21drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERRORMatthew Brost1-11/+0
2023-12-21drm/xe: Use vfunc for pte/pde ppgtt encodingLucas De Marchi1-0/+2
2023-12-21drm/xe: Record each drm client with its VMTejas Upadhyay1-0/+2
2023-12-21drm/xe: Fixup unwind on VM ops errorsMatthew Brost1-3/+7
2023-12-21drm/xe: Convert xe_vma_op_flags to BIT macrosMatthew Brost1-3/+3
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-8/+8
2023-12-21drm/xe: Only alloc userptr part of xe_vma for userptrsMatthew Brost1-25/+31
2023-12-21drm/xe: Combine destroy_cb and destroy_work in xe_vma into unionMatthew Brost1-5/+6
2023-12-21drm/xe: Change tile masks from u64 to u8Matthew Brost1-14/+14
2023-12-21drm/xe: Reduce the number list links in xe_vmaMatthew Brost1-15/+22
2023-12-21drm/xe: Avoid doing rebindsMatthew Brost1-0/+7
2023-12-21drm/xe: Remove xe_vma_op_unmapMatthew Brost1-10/+0
2023-12-21drm/xe: Make bind engines safeMatthew Brost1-0/+7
2023-12-21drm/xe: Use FIELD_PREP/FIELD_GET for tile id encodingLucas De Marchi1-2/+2
2023-12-21drm/xe: Normalize XE_VM_FLAG* namesLucas De Marchi1-2/+2
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost1-64/+115
2023-12-21drm/xe: Ban a VM if rebind worker hits an errorMatthew Brost1-3/+7
2023-12-21drm/xe: VM LRU bulk moveMatthew Brost1-0/+3
2023-12-21drm/xe: NULL binding implementationMatthew Brost1-0/+1
2023-12-21drm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.hMatthew Brost1-0/+1
2023-12-20drm/xe: Invalidate TLB also on bind if in scratch page modeThomas Hellström1-0/+3
2023-12-20drm/xe: Move migration from GT to tileMatt Roper1-1/+1
2023-12-20drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper1-6/+6
2023-12-20drm/xe: Introduce xe_tileMatt Roper1-4/+4
2023-12-20drm/xe/vm: Defer vm rebind until next exec if nothing to executeThomas Hellström1-0/+5
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+337