aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm_types.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-04drm/xe: Rework rebindingGravatar Thomas Hellström 1-3/+0
2024-04-04drm/xe: Use ring ops TLB invalidation for rebindsGravatar Thomas Hellström 1-0/+5
2024-03-21Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelGravatar Linus Torvalds 1-5/+2
2024-03-14drm/xe: Invalidate userptr VMA on page pin faultGravatar Matthew Brost 1-5/+2
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelGravatar Linus Torvalds 1-24/+8
2024-03-04drm/xe: Remove obsolete async_ops from struct xe_vmGravatar Mika Kuoppala 1-24/+0
2024-02-29drm/xe: Deny unbinds if uapi ufence pendingGravatar Mika Kuoppala 1-0/+7
2024-02-29drm/xe/uapi: Remove unused flagsGravatar Francois Dugast 1-4/+0
2024-02-21drm/xe: Add vm snapshot mutex for easily taking a vm snapshot during devcoredumpGravatar Maarten Lankhorst 1-0/+5
2024-02-21drm/xe: Annotate each dumpable vma as suchGravatar Maarten Lankhorst 1-0/+3
2024-02-21drm/xe: Return 2MB page size for compact 64k PTEsGravatar Matthew Brost 1-0/+1
2024-02-21drm/xe: Add XE_VMA_PTE_64K VMA flagGravatar Matthew Brost 1-0/+1
2024-02-20drm/xe: Return 2MB page size for compact 64k PTEsGravatar Matthew Brost 1-0/+1
2024-02-20drm/xe: Add XE_VMA_PTE_64K VMA flagGravatar Matthew Brost 1-0/+1
2024-02-08drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORGravatar Matthew Brost 1-8/+0
2024-02-06drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORGravatar Matthew Brost 1-8/+0
2024-02-01drm/xe/vm: Subclass userptr vmasGravatar Thomas Hellström 1-6/+10
2024-02-01drm/xe/vm: Subclass userptr vmasGravatar Thomas Hellström 1-6/+10
2023-12-21drm/xe/uapi: Remove sync bindsGravatar Matthew Brost 1-7/+6
2023-12-21drm/xe: Use DRM GPUVM helpers for external- and evicted objectsGravatar Thomas Hellström 1-56/+11
2023-12-21drm/xe: Use NULL PTEs as scratch PTEsGravatar Thomas Hellström 1-1/+0
2023-12-21drm/xe/uapi: Kill tile_maskGravatar Rodrigo Vivi 1-2/+0
2023-12-21drm/xe/uapi: support pat_index selection with vm_bindGravatar Matthew Auld 1-0/+7
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingGravatar Thomas Hellström 1-1/+1
2023-12-21drm/xe: Remove async worker and rework sync bindsGravatar Matthew Brost 1-6/+1
2023-12-21drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERRORGravatar Matthew Brost 1-11/+0
2023-12-21drm/xe: Use vfunc for pte/pde ppgtt encodingGravatar Lucas De Marchi 1-0/+2
2023-12-21drm/xe: Record each drm client with its VMGravatar Tejas Upadhyay 1-0/+2
2023-12-21drm/xe: Fixup unwind on VM ops errorsGravatar Matthew Brost 1-3/+7
2023-12-21drm/xe: Convert xe_vma_op_flags to BIT macrosGravatar Matthew Brost 1-3/+3
2023-12-21drm/xe: Rename engine to exec_queueGravatar Francois Dugast 1-8/+8
2023-12-21drm/xe: Only alloc userptr part of xe_vma for userptrsGravatar Matthew Brost 1-25/+31
2023-12-21drm/xe: Combine destroy_cb and destroy_work in xe_vma into unionGravatar Matthew Brost 1-5/+6
2023-12-21drm/xe: Change tile masks from u64 to u8Gravatar Matthew Brost 1-14/+14
2023-12-21drm/xe: Reduce the number list links in xe_vmaGravatar Matthew Brost 1-15/+22
2023-12-21drm/xe: Avoid doing rebindsGravatar Matthew Brost 1-0/+7
2023-12-21drm/xe: Remove xe_vma_op_unmapGravatar Matthew Brost 1-10/+0
2023-12-21drm/xe: Make bind engines safeGravatar Matthew Brost 1-0/+7
2023-12-21drm/xe: Use FIELD_PREP/FIELD_GET for tile id encodingGravatar Lucas De Marchi 1-2/+2
2023-12-21drm/xe: Normalize XE_VM_FLAG* namesGravatar Lucas De Marchi 1-2/+2
2023-12-21drm/xe: Port Xe to GPUVAGravatar Matthew Brost 1-64/+115
2023-12-21drm/xe: Ban a VM if rebind worker hits an errorGravatar Matthew Brost 1-3/+7
2023-12-21drm/xe: VM LRU bulk moveGravatar Matthew Brost 1-0/+3
2023-12-21drm/xe: NULL binding implementationGravatar Matthew Brost 1-0/+1
2023-12-21drm/xe: Move XE_PTE_FLAG_READ_ONLY to xe_vm_types.hGravatar Matthew Brost 1-0/+1
2023-12-19drm/xe: Invalidate TLB also on bind if in scratch page modeGravatar Thomas Hellström 1-0/+3
2023-12-19drm/xe: Move migration from GT to tileGravatar Matt Roper 1-1/+1
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedGravatar Matt Roper 1-6/+6
2023-12-19drm/xe: Introduce xe_tileGravatar Matt Roper 1-4/+4
2023-12-19drm/xe/vm: Defer vm rebind until next exec if nothing to executeGravatar Thomas Hellström 1-0/+5