summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm_types.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-04drm/xe: Rework rebindingThomas Hellström1-3/+0
2024-04-04drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström1-0/+5
2024-03-22Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-5/+2
2024-03-14drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost1-5/+2
2024-03-14Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-24/+8
2024-03-04drm/xe: Remove obsolete async_ops from struct xe_vmMika Kuoppala1-24/+0
2024-02-29drm/xe: Deny unbinds if uapi ufence pendingMika Kuoppala1-0/+7
2024-02-29drm/xe/uapi: Remove unused flagsFrancois Dugast1-4/+0
2024-02-21drm/xe: Add vm snapshot mutex for easily taking a vm snapshot during devcoredumpMaarten Lankhorst1-0/+5
2024-02-21drm/xe: Annotate each dumpable vma as suchMaarten Lankhorst1-0/+3
2024-02-21drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost1-0/+1
2024-02-21drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost1-0/+1
2024-02-20drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost1-0/+1
2024-02-20drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost1-0/+1
2024-02-08drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORMatthew Brost1-8/+0
2024-02-06drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORMatthew Brost1-8/+0
2024-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström1-6/+10
2024-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström1-6/+10
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