summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-04drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström1-25/+58
2024-04-04drm/xe: Rework rebindingThomas Hellström1-18/+9
2024-03-22Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-8/+24
2024-03-14drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost1-8/+24
2024-03-14Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-2/+197
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-22drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld1-1/+2
2024-02-22drm/xe: Add debug prints for skipping rebindsMatthew Brost1-0/+7
2024-02-21drm/xe: Implement VM snapshot support for BO's and userptrMaarten Lankhorst1-2/+168
2024-02-21drm/xe: Add vm snapshot mutex for easily taking a vm snapshot during devcoredumpMaarten Lankhorst1-0/+8
2024-02-21drm/xe: Annotate each dumpable vma as suchMaarten Lankhorst1-0/+13
2024-02-21drm/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-20drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost1-1/+1
2024-02-20drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost1-0/+5
2024-02-20drm/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/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-06drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORMatthew Brost1-27/+1
2024-02-06drm/xe/vm: don't ignore error when in_kthreadMatthew Auld1-4/+1
2024-02-06drm/xe: Assume large page size if VMA not yet boundMatthew Brost1-1/+3
2024-02-02drm/xe: Pick correct userptr VMA to repin on REMAP op failureMatthew Brost1-5/+17
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost1-0/+1
2024-02-02drm/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-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström1-65/+90
2024-01-31drm/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-23Merge drm/drm-next into drm-xe-nextLucas De Marchi1-4/+4
2024-01-22drm/xe/vm: bugfix in xe_vm_create_ioctlMoti Haimovski1-9/+14
2024-01-19drm/xe: make gpuvm_ops constJani Nikula1-1/+1
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
2024-01-11drm/xe: unlock on error path in xe_vm_add_compute_exec_queue()Dan Carpenter1-3/+4
2024-01-09drm/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