summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.c
AgeCommit message (Expand)Author
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-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-13drm/xe: Invalidate userptr VMA on page pin faultMatthew Brost
2024-03-04drm/xe: Add infrastructure for delayed LRC captureMaarten Lankhorst
2024-02-28drm/xe: Deny unbinds if uapi ufence pendingMika Kuoppala
2024-02-26drm/xe: get rid of MAX_BINDSPaulo Zanoni
2024-02-26drm/xe: Use vmalloc for array of bind allocation in bind IOCTLMatthew Brost
2024-02-23drm/xe/uapi: Remove unused flagsFrancois Dugast
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-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-08drm/xe/vm: Avoid reserving zero fencesThomas Hellström
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-01-30drm/xe: Only allow 1 ufence per exec / bind IOCTLMatthew Brost
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
2023-12-26drm/xe: Fix UBSAN splat in add_preempt_fences()Matthew Brost
2023-12-21drm/xe/uapi: Remove sync bindsMatthew Brost
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost
2023-12-21drm/xe: Use a flags field instead of bools for sync parseMatthew Brost
2023-12-21drm/xe: Use a flags field instead of bools for VMA createMatthew Brost
2023-12-21drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvmThomas Hellström
2023-12-21drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström
2023-12-21drm/xe: Use NULL PTEs as scratch PTEsThomas Hellström
2023-12-21drm/xe: Restrict huge PTEs to 1GiBThomas Hellström