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