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