summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
AgeCommit message (Expand)AuthorLines
2024-02-29drm/xe/uapi: Remove unused flagsFrancois Dugast-85/+3
2024-02-21drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström-28/+5
2024-02-08drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost-2/+6
2024-01-15drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty-0/+5
2023-12-21drm/xe/uapi: Remove sync bindsMatthew Brost-6/+1
2023-12-21drm/xe/uapi: Ensure every uapi struct has drm_xe prefixRodrigo Vivi-1/+1
2023-12-21drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost-1/+4
2023-12-21drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi-3/+3
2023-12-21drm/xe/uapi: Kill exec_queue_set_propertyRodrigo Vivi-38/+0
2023-12-21drm/xe: fix mem_access for early lrc generationMatthew Auld-7/+7
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström-4/+4
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast-11/+11
2023-12-21drm/xe/xe_exec_queue: Add check for access counter granularityPriyanka Dandamudi-0/+3
2023-12-21drm/xe: Fix VM bind out-sync signaling orderingMatthew Brost-0/+75
2023-12-21drm/xe: Remove async worker and rework sync bindsMatthew Brost-1/+6
2023-12-21drm/xe/uapi: Use common drm_xe_ext_set_property extensionAshutosh Dixit-1/+1
2023-12-21drm/xe: Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from uAPIMatthew Brost-7/+0
2023-12-21drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queueMatthew Brost-18/+2
2023-12-21drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementationMatthew Brost-43/+14
2023-12-21drm/xe: Fix xe_exec_queue_is_idle for parallel exec queuesMatthew Brost-2/+11
2023-12-21drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio-1/+1
2023-12-21drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström-3/+2
2023-12-21drm/xe: standardize vm-less kernel submissionsDaniele Ceraolo Spurio-2/+2
2023-12-21drm/xe: split kernel vs permanent engine flagsDaniele Ceraolo Spurio-0/+3
2023-12-21drm/xe: base definitions for the GSCCSDaniele Ceraolo Spurio-0/+3
2023-12-21drm/xe: common function to assign queue nameDaniele Ceraolo Spurio-0/+23
2023-12-21drm/xe: Add min/max cap for engine scheduler propertiesTejas Upadhyay-6/+84
2023-12-21drm/xe: Add sysfs for default engine scheduler propertiesTejas Upadhyay-3/+3
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast-263/+263
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast-0/+850