summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_vm.h
Commit message (Expand)AuthorAgeFilesLines
* drm/xe/vm: Subclass userptr vmasThomas Hellström2024-02-011-2/+14
* drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström2023-12-211-7/+12
* drm/xe: Use NULL PTEs as scratch PTEsThomas Hellström2023-12-211-0/+11
* drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström2023-12-211-8/+8
* drm/xe: Remove async worker and rework sync bindsMatthew Brost2023-12-211-2/+0
* drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queueMatthew Brost2023-12-211-0/+1
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-1/+1
* drm/xe: Convert remaining instances of ttm_eu_reserve_buffers to drm_execThomas Hellström2023-12-211-2/+0
* drm/xe: Convert pagefaulting code to use drm_execThomas Hellström2023-12-211-0/+3
* drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helperThomas Hellström2023-12-211-17/+5
* drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström2023-12-211-3/+2
* drm/xe: Rename engine to exec_queueFrancois Dugast2023-12-211-2/+2
* drm/xe: Always use xe_vm_queue_rebind_worker helperMatthew Brost2023-12-211-7/+7
* drm/xe: Port Xe to GPUVAMatthew Brost2023-12-211-14/+45
* drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost2023-12-211-16/+60
* drm/xe: Ban a VM if rebind worker hits an errorMatthew Brost2023-12-211-1/+12
* drm/xe: NULL binding implementationMatthew Brost2023-12-211-1/+11
* drm/xe: Use Xe ordered workqueue for rebind workerMatthew Brost2023-12-191-0/+6
* drm/xe: Memory allocations are tile-based, not GT-basedMatt Roper2023-12-191-1/+1
* drm/xe/vm: Defer vm rebind until next exec if nothing to executeThomas Hellström2023-12-191-0/+17
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+141