summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost1-8/+24
2024-02-29drm/xe: Deny unbinds if uapi ufence pendingMika Kuoppala1-0/+37
2024-02-29drm/xe: get rid of MAX_BINDSPaulo Zanoni1-4/+1
2024-02-29drm/xe: Use vmalloc for array of bind allocation in bind IOCTLMatthew Brost1-11/+14
2024-02-29drm/xe/uapi: Remove unused flagsFrancois Dugast1-10/+2
2024-02-29drm/xe: Add uapi for dumpable bosMaarten Lankhorst1-1/+2
2024-02-21drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost1-1/+1
2024-02-21drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost1-0/+5
2024-02-21drm/xe: Fix xe_vma_set_pte_sizeMatthew Brost1-3/+4
2024-02-15drm/xe/vm: Avoid reserving zero fencesThomas Hellström1-3/+10
2024-02-08drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORMatthew Brost1-27/+1
2024-02-08drm/xe/vm: don't ignore error when in_kthreadMatthew Auld1-4/+1
2024-02-08drm/xe: Assume large page size if VMA not yet boundMatthew Brost1-1/+3
2024-02-08drm/xe: Pick correct userptr VMA to repin on REMAP op failureMatthew Brost1-5/+17
2024-02-08drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost1-0/+1
2024-02-08drm/xe: Fix loop in vm_bind_ioctl_ops_unwindMatthew Brost1-1/+1
2024-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström1-65/+90
2024-02-01drm/xe: Only allow 1 ufence per exec / bind IOCTLMatthew Brost1-1/+9
2024-01-24drm/xe/vm: bugfix in xe_vm_create_ioctlMoti Haimovski1-9/+14
2024-01-15drm/xe: unlock on error path in xe_vm_add_compute_exec_queue()Dan Carpenter1-3/+4
2024-01-15drm/xe/vm: Fix an error pathThomas Hellström1-3/+5
2023-12-26drm/xe: Fix UBSAN splat in add_preempt_fences()Matthew Brost1-0/+3
2023-12-22Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...Dave Airlie1-0/+3206
2023-12-21drm/xe/uapi: Remove sync bindsMatthew Brost1-66/+9
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost1-21/+56
2023-12-21drm/xe: Use a flags field instead of bools for sync parseMatthew Brost1-2/+3
2023-12-21drm/xe: Use a flags field instead of bools for VMA createMatthew Brost1-30/+34
2023-12-21drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvmThomas Hellström1-2/+2
2023-12-21drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström1-224/+68
2023-12-21drm/xe: Use NULL PTEs as scratch PTEsThomas Hellström1-11/+55
2023-12-21drm/xe: Restrict huge PTEs to 1GiBThomas Hellström1-1/+1
2023-12-21drm/xe/vm: Avoid asid lookup if none allocatedMika Kuoppala1-1/+1
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi1-1/+1
2023-12-21drm/xe/uapi: Use LR abbrev for long-running vmsThomas Hellström1-4/+4
2023-12-21drm/xe/uapi: Fix various struct padding for 64b alignmentRodrigo Vivi1-0/+8
2023-12-21drm/xe/uapi: Kill tile_maskRodrigo Vivi1-31/+9
2023-12-21drm/xe/uapi: support pat_index selection with vm_bindMatthew Auld1-8/+59
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström1-10/+10
2023-12-21drm/xe/vm: Fix ASID XA usageThomas Hellström1-2/+3
2023-12-21drm/xe: Only set xe_vma_op.map fields for GPUVA map operationsMatthew Brost1-41/+18
2023-12-21drm/xe/uapi: Be more specific about the vm_bind prefetch regionRodrigo Vivi1-7/+8
2023-12-21drm/xe/uapi: Add _FLAG to uAPI constants usable for flagsFrancois Dugast1-16/+16
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast1-27/+27
2023-12-21drm/xe: Fix unbind of unaccessed VMA (fault mode)Brian Welty1-4/+4
2023-12-21drm/xe: Adjust tile_present mask when skipping rebindsMatthew Brost1-2/+13
2023-12-21drm/xe: fix pat[2] programming with 2M/1G pagesMatthew Auld1-6/+11
2023-12-21drm/xe: Fix VM bind out-sync signaling orderingMatthew Brost1-8/+37
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost1-427/+108
2023-12-21drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERRORMatthew Brost1-3/+0
2023-12-21drm/xe: Kill XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS extensionRodrigo Vivi1-126/+3