summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_sync.c
AgeCommit message (Expand)Author
2024-11-21drm/xe/ufence: Wake up waiters after setting ufence->signalledNirmoy Das
2024-10-18drm/xe/ufence: Warn if mmget_not_zero() failsNirmoy Das
2024-10-18drm/xe/ufence: Prefetch ufence addr to catch bogus addressNirmoy Das
2024-10-14drm/xe/xe_sync: initialise ufence.signalledMatthew Auld
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula
2024-08-27drm/xe: Remove unrequired NULL checks in xe_sync_entry_cleanupHimal Prasad Ghimiray
2024-08-27drm/xe: Remove extra dma_fence_put on xe_sync_entry_add_deps failureHimal Prasad Ghimiray
2024-08-07drm/xe: Fix access_ok check in user_fence_createNirmoy Das
2024-07-30drm/xe: Use dma_fence_chain_free in chain fence unused as a syncMatthew Brost
2024-07-18drm/xe: Remove unused xe_sync_entry_waitMatthew Brost
2024-07-18drm/xe: Validate user fence during creationMatthew Brost
2024-04-26drm/xe: Move ufence add to vm_bind_ioctl_ops_finiMatthew Brost
2024-03-26drm/xe: Create a helper function to init job's user fenceNirmoy Das
2024-02-28drm/xe: Expose user fence from xe_sync_entryMika Kuoppala
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost
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/uapi: Split xe_sync types from flagsRodrigo Vivi
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström
2023-12-21drm/xe/uapi: Add _FLAG to uAPI constants usable for flagsFrancois Dugast
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast
2023-12-21drm/Xe: Use EOPNOTSUPP instead of ENOTSUPPJanga Rahul Kumar
2023-12-19drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill
2023-12-19drm/xe: Allow dma-fences as in-syncs for compute / faulting VMMatthew Brost
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost