summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21drm/xe/uapi: Remove sync bindsMatthew Brost1-6/+1
2023-12-21drm/xe/uapi: Ensure every uapi struct has drm_xe prefixRodrigo Vivi1-1/+1
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost1-1/+4
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi1-3/+3
2023-12-21drm/xe/uapi: Kill exec_queue_set_propertyRodrigo Vivi1-38/+0
2023-12-21drm/xe: fix mem_access for early lrc generationMatthew Auld1-7/+7
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström1-4/+4
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast1-11/+11
2023-12-21drm/xe/xe_exec_queue: Add check for access counter granularityPriyanka Dandamudi1-0/+3
2023-12-21drm/xe: Fix VM bind out-sync signaling orderingMatthew Brost1-0/+75
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost1-1/+6
2023-12-21drm/xe/uapi: Use common drm_xe_ext_set_property extensionAshutosh Dixit1-1/+1
2023-12-21drm/xe: Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from uAPIMatthew Brost1-7/+0
2023-12-21drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queueMatthew Brost1-18/+2
2023-12-21drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementationMatthew Brost1-43/+14
2023-12-21drm/xe: Fix xe_exec_queue_is_idle for parallel exec queuesMatthew Brost1-2/+11
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio1-1/+1
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström1-3/+2
2023-12-21drm/xe: standardize vm-less kernel submissionsDaniele Ceraolo Spurio1-2/+2
2023-12-21drm/xe: split kernel vs permanent engine flagsDaniele Ceraolo Spurio1-0/+3
2023-12-21drm/xe: base definitions for the GSCCSDaniele Ceraolo Spurio1-0/+3
2023-12-21drm/xe: common function to assign queue nameDaniele Ceraolo Spurio1-0/+23
2023-12-21drm/xe: Add min/max cap for engine scheduler propertiesTejas Upadhyay1-6/+84
2023-12-21drm/xe: Add sysfs for default engine scheduler propertiesTejas Upadhyay1-3/+3
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast1-263/+263
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast1-0/+850