summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25drm/xe/queue: fix engine_class bounds checkMatthew Auld1-1/+1
2024-03-14Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-42/+81
2024-02-29drm/xe/uapi: Remove unused flagsFrancois Dugast1-85/+3
2024-02-23drm/xe: Prefer struct_size over open coded arithmeticErick Archer1-1/+1
2024-02-21drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström1-28/+5
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström1-30/+6
2024-02-14drm/xe: Remove exec queue bind.fence_*Matthew Brost1-4/+0
2024-02-08drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost1-2/+6
2024-02-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost1-2/+6
2024-01-15drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty1-0/+5
2024-01-11drm/xe: Finish refactoring of exec_queue_createBrian Welty1-23/+51
2024-01-11drm/xe: Add exec_queue.sched_props.job_timeout_msBrian Welty1-0/+2
2024-01-11drm/xe: Refactor __xe_exec_queue_create()Brian Welty1-19/+39
2024-01-10drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty1-0/+5
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