summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.c
AgeCommit message (Expand)Author
2024-08-15drm/xe: Hold a PM ref when GT TLB invalidations are inflightMatthew Brost
2024-08-15drm/xe: Drop xe_gt_tlb_invalidation_waitMatthew Brost
2024-08-15drm/xe: Take a ref to xe file when user creates a VMUmesh Nerlige Ramappa
2024-06-20drm/xe: Simplify locking in new_vmaMatthew Brost
2024-06-17drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lrFrancois Dugast
2024-06-12drm/xe/trace: Extract bo, vm, vma tracesRadhakrishna Sripada
2024-06-05drm/xe/vm: Simplify if conditionThorsten Blum
2024-05-23drm/xe: Nuke simple error captureJosé Roberto de Souza
2024-05-23drm/xe: Relax runtime pm protection around VMRodrigo Vivi
2024-05-08drm/xe: Fix UBSAN shift-out-of-bounds failureShuicheng Lin
2024-05-06drm/xe: Refactor default device atomic settingsNirmoy Das
2024-05-06drm/xe: Move vm bind bo validation to a helper functionNirmoy Das
2024-04-26drm/xe: Move ufence add to vm_bind_ioctl_ops_finiMatthew Brost
2024-04-26drm/xe: Move ufence check to op_lock_and_prepMatthew Brost
2024-04-26drm/xe: Add vm_bind_ioctl_ops_fini helperMatthew Brost
2024-04-26drm/xe: Add some members to xe_vma_opsMatthew Brost
2024-04-26drm/xe: Use xe_vma_ops to implement page fault rebindsMatthew Brost
2024-04-26drm/xe: Simplify VM bind IOCTL error handling and cleanupMatthew Brost
2024-04-26drm/xe: Use xe_vma_ops to implement xe_vm_rebindMatthew Brost
2024-04-26drm/xe: Add struct xe_vma_ops abstractionMatthew Brost
2024-04-26drm/xe: Move migrate to prefetch to op_lock_and_prep functionMatthew Brost
2024-04-26drm/xe: Add ops_execute function which returns a fenceMatthew Brost
2024-04-26drm/xe: Lock all gpuva ops during VM bind IOCTLMatthew Brost
2024-04-25drm/xe: Use xe_bo_lock()/xe_bo_unlock() helpersHimal Prasad Ghimiray
2024-04-25drm/xe/vm: Use xe_vm_lock()/xe_vm_unlock() helpersHimal Prasad Ghimiray
2024-04-25drm/xe/vm: prevent UAF in rebind_work_func()Matthew Auld
2024-04-25Revert "drm/xe/vm: drop vm->destroy_work"Matthew Auld
2024-04-24drm/xe: Fix unexpected backmerge resultsThomas Hellström
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi
2024-04-17drm/xe/vm: don't include xe_gt.hMatthew Auld
2024-04-17drm/xe/vm: drop vm->destroy_workMatthew Auld
2024-04-17drm/xe/vm: prevent UAF with asid based lookupMatthew Auld
2024-04-12Merge drm/drm-next into drm-xe-nextThomas Hellström
2024-04-12drm/xe: Use hmm_range_fault to populate user pagesOak Zeng
2024-04-08drm/xe/uapi: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATEFrancois Dugast
2024-04-05drm/xe: Move PTE/PDE bit definitions to proper headerMichal Wajdeczko
2024-04-04drm/xe: Protect devcoredump access after unbindRodrigo Vivi
2024-04-02drm/xe: Normalize bo flags macrosLucas De Marchi
2024-03-28drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström
2024-03-28drm/xe: Rework rebindingThomas Hellström
2024-03-26drm/xe: Create a helper function to init job's user fenceNirmoy Das
2024-03-22drm/xe/devcoredump: Print errno if VM snapshot was not capturedJosé Roberto de Souza
2024-03-22drm/xe: Make devcoredump VM error state print consistentJosé Roberto de Souza
2024-03-21Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-03-21drm/xe: Add debug messages for MMU notifier and VMA invalidateMatthew Brost
2024-03-19drm/xe/vm : Remove duplicate assignment of XE_VM_FLAG_LR_MODE flag.Himal Prasad Ghimiray
2024-03-19drm/xe/vm: fix xe_assert()Matthew Auld
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-03-13drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost