summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_vm.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-26drm/xe: Fix UBSAN splat in add_preempt_fences()Matthew Brost1-0/+3
2023-12-22Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...Dave Airlie1-0/+3206
2023-12-21drm/xe/uapi: Remove sync bindsMatthew Brost1-66/+9
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost1-21/+56
2023-12-21drm/xe: Use a flags field instead of bools for sync parseMatthew Brost1-2/+3
2023-12-21drm/xe: Use a flags field instead of bools for VMA createMatthew Brost1-30/+34
2023-12-21drm/xe: Use DRM_GPUVM_RESV_PROTECTED for gpuvmThomas Hellström1-2/+2
2023-12-21drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström1-224/+68
2023-12-21drm/xe: Use NULL PTEs as scratch PTEsThomas Hellström1-11/+55
2023-12-21drm/xe: Restrict huge PTEs to 1GiBThomas Hellström1-1/+1
2023-12-21drm/xe/vm: Avoid asid lookup if none allocatedMika Kuoppala1-1/+1
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi1-1/+1
2023-12-21drm/xe/uapi: Use LR abbrev for long-running vmsThomas Hellström1-4/+4
2023-12-21drm/xe/uapi: Fix various struct padding for 64b alignmentRodrigo Vivi1-0/+8
2023-12-21drm/xe/uapi: Kill tile_maskRodrigo Vivi1-31/+9
2023-12-21drm/xe/uapi: support pat_index selection with vm_bindMatthew Auld1-8/+59
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström1-10/+10
2023-12-21drm/xe/vm: Fix ASID XA usageThomas Hellström1-2/+3
2023-12-21drm/xe: Only set xe_vma_op.map fields for GPUVA map operationsMatthew Brost1-41/+18
2023-12-21drm/xe/uapi: Be more specific about the vm_bind prefetch regionRodrigo Vivi1-7/+8
2023-12-21drm/xe/uapi: Add _FLAG to uAPI constants usable for flagsFrancois Dugast1-16/+16
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast1-27/+27
2023-12-21drm/xe: Fix unbind of unaccessed VMA (fault mode)Brian Welty1-4/+4
2023-12-21drm/xe: Adjust tile_present mask when skipping rebindsMatthew Brost1-2/+13
2023-12-21drm/xe: fix pat[2] programming with 2M/1G pagesMatthew Auld1-6/+11
2023-12-21drm/xe: Fix VM bind out-sync signaling orderingMatthew Brost1-8/+37
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost1-427/+108
2023-12-21drm/xe/uapi: Kill DRM_XE_UFENCE_WAIT_VM_ERRORMatthew Brost1-3/+0
2023-12-21drm/xe: Kill XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS extensionRodrigo Vivi1-126/+3
2023-12-21drm/xe/uapi: Use common drm_xe_ext_set_property extensionAshutosh Dixit1-1/+1
2023-12-21drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queueMatthew Brost1-0/+21
2023-12-21drm/xe/vm: Remove VM_BIND_OP macroFrancois Dugast1-23/+19
2023-12-21drm/xe/uapi: Separate VM_BIND's operation and flagFrancois Dugast1-13/+16
2023-12-21drm/xe: directly use pat_index for pte_encodeMatthew Auld1-13/+11
2023-12-21drm/xe/xe2: Add one more bit to encode PAT to ppgtt entriesLucas De Marchi1-0/+3
2023-12-21drm/xe/vm: Prefer xe_assert() over XE_WARN_ON()Lucas De Marchi1-1/+2
2023-12-21drm/xe/vm: use list_last_entry() to fetch last_opPaulo Zanoni1-2/+1
2023-12-21drm/xe/vm: print the correct 'keep' when printing gpuva opsPaulo Zanoni1-1/+1
2023-12-21drm/xe: Fix exec queue usage for unbindsMatthew Brost1-1/+2
2023-12-21drm/xe: set PTE_AE for all platforms supporting itFei Yang1-1/+1
2023-12-21drm/xe: Use pat_index to encode pde/pteLucas De Marchi1-20/+36
2023-12-21drm/xe/migrate: Do not hand-encode pteLucas De Marchi1-1/+22
2023-12-21drm/xe: Use vfunc for pte/pde ppgtt encodingLucas De Marchi1-2/+91
2023-12-21drm/xe: Track page table memory usage for clientTejas Upadhyay1-0/+7
2023-12-21drm/xe: Record each drm client with its VMTejas Upadhyay1-0/+1
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-24/+24
2023-12-21drm/xe: Replace XE_WARN_ON with drm_warn when just printing a stringFrancois Dugast1-9/+9
2023-12-21drm/xe: Fix fence reservation accoutingMatthew Brost1-1/+6
2023-12-21drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_execThomas Hellström1-67/+36
2023-12-21drm/xe: Convert pagefaulting code to use drm_execThomas Hellström1-2/+34