summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_sync.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29drm/xe: Expose user fence from xe_sync_entryMika Kuoppala1-10/+48
2024-02-08drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost1-2/+0
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost1-0/+78
2023-12-21drm/xe: Use a flags field instead of bools for sync parseMatthew Brost1-1/+3
2023-12-21drm/xe/uapi: Split xe_sync types from flagsRodrigo Vivi1-16/+7
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström1-3/+3
2023-12-21drm/xe/uapi: Add _FLAG to uAPI constants usable for flagsFrancois Dugast1-8/+8
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost1-11/+3
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast1-16/+16
2023-12-21drm/Xe: Use EOPNOTSUPP instead of ENOTSUPPJanga Rahul Kumar1-3/+3
2023-12-20drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill1-1/+3
2023-12-20drm/xe: Allow dma-fences as in-syncs for compute / faulting VMMatthew Brost1-5/+7
2023-12-20drm/xe: Sort includesLucas De Marchi1-2/+3
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+276