aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_exec.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-28drm/xe: Move vma rebinding to the drm_exec locking loopThomas Hellström1-46/+6
2024-03-28drm/xe: Rework rebindingThomas Hellström1-28/+3
2024-03-26drm/xe: Create a helper function to init job's user fenceNirmoy Das1-4/+5
2024-03-13drm/xe: Skip VMAs pin when requesting signal to the last XE_EXECJosé Roberto de Souza1-18/+23
2024-03-13drm/xe/xe_exec : In xe_exec_ioctl remove deadcodeHimal Prasad Ghimiray1-4/+1
2024-01-30drm/xe: Only allow 1 ufence per exec / bind IOCTLMatthew Brost1-1/+9
2024-01-22Merge drm/drm-next into drm-xe-nextLucas De Marchi1-1/+1
2024-01-15drm/xe: Fix exec IOCTL long running exec queue ring full conditionMatthew Brost1-3/+4
2024-01-09drm/xe: Fix exec IOCTL long running exec queue ring full conditionMatthew Brost1-3/+4
2024-01-09drm/xe/exec: reserve fence slot for CPU bindMatthew Auld1-5/+7
2024-01-09drm/xe/exec: move fence reservationMatthew Auld1-2/+38
2023-12-22Merge tag 'drm-xe-next-2023-12-21-pr1-1' of https://gitlab.freedesktop.org/dr...Dave Airlie1-0/+350
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost1-1/+26
2023-12-21drm/xe: Use a flags field instead of bools for sync parseMatthew Brost1-2/+3
2023-12-21drm/xe: Use DRM GPUVM helpers for external- and evicted objectsThomas Hellström1-56/+18
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström1-8/+8
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost1-43/+0
2023-12-21drm/xe: Use Xe assert macros instead of XE_WARN_ON macroFrancois Dugast1-1/+1
2023-12-21drm/xe: Fix fence reservation accoutingMatthew Brost1-1/+5
2023-12-21drm/xe: Rework xe_exec and the VM rebind worker to use the drm_exec helperThomas Hellström1-54/+23
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-30/+30
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast1-1/+1
2023-12-21drm/xe: Reduce the number list links in xe_vmaMatthew Brost1-1/+1
2023-12-21drm/xe: Cleanup style warningsFrancois Dugast1-0/+1
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast1-7/+7
2023-12-21drm/xe: Port Xe to GPUVAMatthew Brost1-2/+2
2023-12-21drm/xe: Add helpers to hide struct xe_vma internalsMatthew Brost1-1/+1
2023-12-21drm/xe: Ban a VM if rebind worker hits an errorMatthew Brost1-3/+3
2023-12-21drm/xe: VM LRU bulk moveMatthew Brost1-0/+6
2023-12-21drm/xe: Long running job updateMatthew Brost1-0/+8
2023-12-21drm/xe: NULL binding implementationMatthew Brost1-0/+2
2023-12-19drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill1-1/+3
2023-12-19drm/xe: Handle -EDEADLK case in exec ioctlNiranjana Vishwanathapura1-3/+24
2023-12-19drm/xe/vm: Defer vm rebind until next exec if nothing to executeThomas Hellström1-0/+1
2023-12-19drm/xe: Sort includesLucas De Marchi1-1/+2
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+390