summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-06drm/xe/vm: move rebind_work init earlierMatthew Auld1-4/+4
2025-05-29drm/xe: Nuke VM's mapping upon closeMatthew Brost1-0/+32
2025-03-13drm/xe/userptr: Unmap userptrs in the mmu notifierThomas Hellström1-0/+4
2025-03-13drm/xe: Fix fault mode invalidation with unbindThomas Hellström1-29/+56
2025-03-13drm/xe/vm: Validate userptr during gpu vma prefetchingThomas Hellström1-1/+10
2025-03-07drm/xe/userptr: fix EFAULT handlingMatthew Auld1-0/+12
2025-03-07drm/xe/userptr: restore invalidation list on errorMatthew Auld1-7/+21
2024-10-16drm/xe: fix unbalanced rpm put() with fence_fini()Matthew Auld1-6/+2
2024-10-03drm/xe/vm: move xa_alloc to prevent UAFMatthew Auld1-8/+8
2024-10-03drm/xe: Clean up VM / exec queue file lock usage.Matthew Brost1-4/+0
2024-10-03drm/xe: Convert to USM lock to rwsemMatthew Brost1-4/+4
2024-09-10Merge tag 'drm-xe-next-2024-09-05' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-1/+1
2024-08-30Merge tag 'drm-intel-next-2024-08-29' of https://gitlab.freedesktop.org/drm/i...Dave Airlie1-1/+10
2024-08-30Merge tag 'drm-xe-next-2024-08-28' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-53/+37
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula1-1/+1
2024-08-28drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed.Maarten Lankhorst1-1/+10
2024-08-27Merge v6.11-rc5 into drm-nextDaniel Vetter1-0/+1
2024-08-21drm/xe: Invalidate media_gt TLBsMatthew Brost1-13/+24
2024-08-18drm/xe/device: Remove unused xe_device::usm::num_vm_in_*Francois Dugast1-12/+0
2024-08-18drm/xe/vm: Remove restriction that all VMs must be faulting if one isFrancois Dugast1-8/+0
2024-08-18drm/xe: Use reserved copy engine for user binds on faulting devicesMatthew Brost1-7/+1
2024-08-16Merge drm/drm-next into drm-xe-nextLucas De Marchi1-0/+4
2024-08-15drm/xe: Make exec_queue_kill safe to call twiceDaniele Ceraolo Spurio1-2/+6
2024-08-15drm/xe: Hold a PM ref when GT TLB invalidations are inflightMatthew Brost1-1/+3
2024-08-15drm/xe: Drop xe_gt_tlb_invalidation_waitMatthew Brost1-14/+16
2024-08-15drm/xe: Take a ref to xe file when user creates a VMUmesh Nerlige Ramappa1-1/+5
2024-08-13drm/xe: Remove unused xe parameterHimal Prasad Ghimiray1-11/+6
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-0/+4
2024-07-29Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-402/+542
2024-07-23drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of bindsMatthew Brost1-6/+6
2024-07-20drm/xe: Hold a PM ref when GT TLB invalidations are inflightMatthew Brost1-1/+3
2024-07-20drm/xe: Drop xe_gt_tlb_invalidation_waitMatthew Brost1-14/+16
2024-07-19drm/xe: Take a ref to xe file when user creates a VMUmesh Nerlige Ramappa1-1/+5
2024-07-09drm/ttm, drm/amdgpu, drm/xe: Consider hitch moves within bulk sublist movesThomas Hellström1-0/+4
2024-07-04drm/xe: Add VM bind IOCTL error injectionMatthew Brost1-1/+23
2024-07-04drm/xe: Update VM trace eventsMatthew Brost1-2/+40
2024-07-04drm/xe: Convert multiple bind ops into single jobMatthew Brost1-407/+114
2024-07-04drm/xe: Add xe_vm_pgtable_update_op to xe_vma_opsMatthew Brost1-2/+64
2024-07-04drm/xe: Add timeout to preempt fencesMatthew Brost1-1/+11
2024-06-21drm/xe: Simplify locking in new_vmaMatthew Brost1-23/+18
2024-06-17drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lrFrancois Dugast1-29/+29
2024-06-12drm/xe/trace: Extract bo, vm, vma tracesRadhakrishna Sripada1-1/+1
2024-06-05drm/xe/vm: Simplify if conditionThorsten Blum1-2/+2
2024-05-23drm/xe: Nuke simple error captureJosé Roberto de Souza1-49/+0
2024-05-23drm/xe: Relax runtime pm protection around VMRodrigo Vivi1-3/+9
2024-05-09drm/xe: Fix UBSAN shift-out-of-bounds failureShuicheng Lin1-2/+2
2024-05-06drm/xe: Refactor default device atomic settingsNirmoy Das1-1/+1
2024-05-06drm/xe: Move vm bind bo validation to a helper functionNirmoy Das1-34/+43
2024-05-02drm/xe/vm: prevent UAF in rebind_work_func()Matthew Auld1-0/+3
2024-05-02drm/xe: Fix unexpected backmerge resultsThomas Hellström1-6/+7