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