summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.c
AgeCommit message (Expand)Author
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
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-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
2023-12-21drm/xe/vm: Avoid asid lookup if none allocatedMika Kuoppala
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi
2023-12-21drm/xe/uapi: Use LR abbrev for long-running vmsThomas Hellström
2023-12-21drm/xe/uapi: Fix various struct padding for 64b alignmentRodrigo Vivi
2023-12-21drm/xe/uapi: Kill tile_maskRodrigo Vivi
2023-12-21drm/xe/uapi: support pat_index selection with vm_bindMatthew Auld
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström
2023-12-21drm/xe/vm: Fix ASID XA usageThomas Hellström
2023-12-21drm/xe: Only set xe_vma_op.map fields for GPUVA map operationsMatthew Brost
2023-12-21drm/xe/uapi: Be more specific about the vm_bind prefetch regionRodrigo Vivi
2023-12-21drm/xe/uapi: Add _FLAG to uAPI constants usable for flagsFrancois Dugast
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast
2023-12-21drm/xe: Fix unbind of unaccessed VMA (fault mode)Brian Welty
2023-12-21drm/xe: Adjust tile_present mask when skipping rebindsMatthew Brost
2023-12-21drm/xe: fix pat[2] programming with 2M/1G pagesMatthew Auld
2023-12-21drm/xe: Fix VM bind out-sync signaling orderingMatthew Brost
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost
2023-12-21drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERRORMatthew Brost
2023-12-21drm/xe: Kill XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS extensionRodrigo Vivi
2023-12-21drm/xe/uapi: Use common drm_xe_ext_set_property extensionAshutosh Dixit
2023-12-21drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queueMatthew Brost
2023-12-21drm/xe/vm: Remove VM_BIND_OP macroFrancois Dugast
2023-12-21drm/xe/uapi: Separate VM_BIND's operation and flagFrancois Dugast
2023-12-21drm/xe: directly use pat_index for pte_encodeMatthew Auld
2023-12-21drm/xe/xe2: Add one more bit to encode PAT to ppgtt entriesLucas De Marchi
2023-12-21drm/xe/vm: Prefer xe_assert() over XE_WARN_ON()Lucas De Marchi
2023-12-21drm/xe/vm: use list_last_entry() to fetch last_opPaulo Zanoni
2023-12-21drm/xe/vm: print the correct 'keep' when printing gpuva opsPaulo Zanoni
2023-12-21drm/xe: Fix exec queue usage for unbindsMatthew Brost
2023-12-21drm/xe: set PTE_AE for all platforms supporting itFei Yang
2023-12-21drm/xe: Use pat_index to encode pde/pteLucas De Marchi
2023-12-21drm/xe/migrate: Do not hand-encode pteLucas De Marchi
2023-12-21drm/xe: Use vfunc for pte/pde ppgtt encodingLucas De Marchi
2023-12-21drm/xe: Track page table memory usage for clientTejas Upadhyay
2023-12-21drm/xe: Record each drm client with its VMTejas Upadhyay
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast
2023-12-21drm/xe: Replace XE_WARN_ON with drm_warn when just printing a stringFrancois Dugast
2023-12-21drm/xe: Fix fence reservation accoutingMatthew Brost