summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_exec.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Fix exec IOCTL long running exec queue ring full conditionMatthew Brost2024-01-151-3/+4
* Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...Dave Airlie2023-12-221-1/+1
* drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost2023-12-211-1/+26
* drm/xe: Use a flags field instead of bools for sync parseMatthew Brost2023-12-211-2/+3
* drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström2023-12-211-56/+18
* 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-43/+0
* drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast2023-12-211-1/+1
* drm/xe: Fix fence reservation accoutingMatthew Brost2023-12-211-1/+5
* drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helperThomas Hellström2023-12-211-54/+23
* drm/xe: Rename engine to exec_queueFrancois Dugast2023-12-211-30/+30
* drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast2023-12-211-1/+1
* drm/xe: Reduce the number list links in xe_vmaMatthew Brost2023-12-211-1/+1
* drm/xe: Cleanup style warningsFrancois Dugast2023-12-211-0/+1
* drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast2023-12-211-7/+7
* drm/xe: Port Xe to GPUVAMatthew Brost2023-12-211-2/+2
* drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost2023-12-211-1/+1
* drm/xe: Ban a VM if rebind worker hits an errorMatthew Brost2023-12-211-3/+3
* drm/xe: VM LRU bulk moveMatthew Brost2023-12-211-0/+6
* drm/xe: Long running job updateMatthew Brost2023-12-211-0/+8
* drm/xe: NULL binding implementationMatthew Brost2023-12-211-0/+2
* drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill2023-12-191-1/+3
* drm/xe: Handle -EDEADLK case in exec ioctlNiranjana Vishwanathapura2023-12-191-3/+24
* drm/xe/vm: Defer vm rebind until next exec if nothing to executeThomas Hellström2023-12-191-0/+1
* drm/xe: Sort includesLucas De Marchi2023-12-191-1/+2
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+390