aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_sync.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29drm/xe: Expose user fence from xe_sync_entryGravatar Mika Kuoppala 1-10/+48
2024-02-08drm/xe: Take a reference in xe_exec_queue_last_fence_get()Gravatar Matthew Brost 1-2/+0
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsGravatar Matthew Brost 1-0/+78
2023-12-21drm/xe: Use a flags field instead of bools for sync parseGravatar Matthew Brost 1-1/+3
2023-12-21drm/xe/uapi: Split xe_sync types from flagsGravatar Rodrigo Vivi 1-16/+7
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingGravatar Thomas Hellström 1-3/+3
2023-12-21drm/xe/uapi: Add _FLAG to uAPI constants usable for flagsGravatar Francois Dugast 1-8/+8
2023-12-21drm/xe: Remove async worker and rework sync bindsGravatar Matthew Brost 1-11/+3
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRGravatar Francois Dugast 1-16/+16
2023-12-21drm/Xe: Use EOPNOTSUPP instead of ENOTSUPPGravatar Janga Rahul Kumar 1-3/+3
2023-12-19drm/xe: Validate uAPI padding and reserved fieldsGravatar Christopher Snowhill 1-1/+3
2023-12-19drm/xe: Allow dma-fences as in-syncs for compute / faulting VMGravatar Matthew Brost 1-5/+7
2023-12-19drm/xe: Sort includesGravatar Lucas De Marchi 1-2/+3
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsGravatar Matthew Brost 1-0/+276