summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.c
AgeCommit message (Expand)Author
2024-04-04drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström
2024-04-04drm/xe: Rework rebindingThomas Hellström
2024-03-21Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-03-14drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-02-29drm/xe: Deny unbinds if uapi ufence pendingMika Kuoppala
2024-02-29drm/xe: get rid of MAX_BINDSPaulo Zanoni
2024-02-29drm/xe: Use vmalloc for array of bind allocation in bind IOCTLMatthew Brost
2024-02-29drm/xe/uapi: Remove unused flagsFrancois Dugast
2024-02-29drm/xe: Add uapi for dumpable bosMaarten Lankhorst
2024-02-21drm/xe: Do not include current dir for generated/xe_wa_oob.hDafna Hirschfeld
2024-02-21drm/xe: Add debug prints for skipping rebindsMatthew Brost
2024-02-21drm/xe: Implement VM snapshot support for BO's and userptrMaarten Lankhorst
2024-02-21drm/xe: Add vm snapshot mutex for easily taking a vm snapshot during devcoredumpMaarten Lankhorst
2024-02-21drm/xe: Annotate each dumpable vma as suchMaarten Lankhorst
2024-02-21drm/xe: Add uapi for dumpable bosMaarten Lankhorst
2024-02-21drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost
2024-02-21drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost
2024-02-21drm/xe: Fix xe_vma_set_pte_sizeMatthew Brost
2024-02-20drm/xe: Return 2MB page size for compact 64k PTEsMatthew Brost
2024-02-20drm/xe: Add XE_VMA_PTE_64K VMA flagMatthew Brost
2024-02-20drm/xe: Fix xe_vma_set_pte_sizeMatthew Brost
2024-02-15drm/xe/vm: Avoid reserving zero fencesThomas Hellström
2024-02-08drm/xe/vm: Avoid reserving zero fencesThomas Hellström
2024-02-08drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORMatthew Brost
2024-02-08drm/xe/vm: don't ignore error when in_kthreadMatthew Auld
2024-02-08drm/xe: Assume large page size if VMA not yet boundMatthew Brost
2024-02-08drm/xe: Pick correct userptr VMA to repin on REMAP op failureMatthew Brost
2024-02-08drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost
2024-02-08drm/xe: Fix loop in vm_bind_ioctl_ops_unwindMatthew Brost
2024-02-06drm/xe: Remove TEST_VM_ASYNC_OPS_ERRORMatthew Brost
2024-02-06drm/xe/vm: don't ignore error when in_kthreadMatthew Auld
2024-02-05drm/xe: Assume large page size if VMA not yet boundMatthew Brost
2024-02-02drm/xe: Pick correct userptr VMA to repin on REMAP op failureMatthew Brost
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost
2024-02-01drm/xe: Fix loop in vm_bind_ioctl_ops_unwindMatthew Brost
2024-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström
2024-02-01drm/xe: Only allow 1 ufence per exec / bind IOCTLMatthew Brost
2024-02-01drm/xe/vm: Subclass userptr vmasThomas Hellström
2024-01-30drm/xe: Only allow 1 ufence per exec / bind IOCTLMatthew Brost
2024-01-24drm/xe/vm: bugfix in xe_vm_create_ioctlMoti Haimovski
2024-01-22Merge drm/drm-next into drm-xe-nextLucas De Marchi
2024-01-22drm/xe/vm: bugfix in xe_vm_create_ioctlMoti Haimovski
2024-01-19drm/xe: make gpuvm_ops constJani Nikula
2024-01-15drm/xe: unlock on error path in xe_vm_add_compute_exec_queue()Dan Carpenter
2024-01-15drm/xe/vm: Fix an error pathThomas Hellström
2024-01-10drm/xe: unlock on error path in xe_vm_add_compute_exec_queue()Dan Carpenter
2024-01-09drm/xe/vm: Fix an error pathThomas Hellström
2023-12-26drm/xe: Fix UBSAN splat in add_preempt_fences()Matthew Brost
2023-12-22Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...Dave Airlie