summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Remove unused 'create' parameter from queue property logicNirmoy Das2024-03-061-19/+11
* drm/xe/uapi: Remove unused flagsFrancois Dugast2024-02-231-91/+3
* drm/xe: Prefer struct_size over open coded arithmeticErick Archer2024-02-221-1/+1
* drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström2024-02-191-30/+6
* drm/xe: Remove exec queue bind.fence_*Matthew Brost2024-02-141-4/+0
* drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost2024-02-021-2/+6
* drm/xe: Finish refactoring of exec_queue_createBrian Welty2024-01-101-23/+51
* drm/xe: Add exec_queue.sched_props.job_timeout_msBrian Welty2024-01-101-0/+2
* drm/xe: Refactor __xe_exec_queue_create()Brian Welty2024-01-101-19/+39
* drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty2024-01-091-0/+5
* drm/xe/uapi: Remove sync bindsMatthew Brost2023-12-211-6/+1
* drm/xe/uapi: Ensure every uapi struct has drm_xe prefixRodrigo Vivi2023-12-211-1/+1
* drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLsMatthew Brost2023-12-211-1/+4
* drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi2023-12-211-3/+3
* drm/xe/uapi: Kill exec_queue_set_propertyRodrigo Vivi2023-12-211-38/+0
* drm/xe: fix mem_access for early lrc generationMatthew Auld2023-12-211-7/+7
* drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström2023-12-211-4/+4
* drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast2023-12-211-11/+11
* drm/xe/xe_exec_queue: Add check for access counter granularityPriyanka Dandamudi2023-12-211-0/+3
* drm/xe: Fix VM bind out-sync signaling orderingMatthew Brost2023-12-211-0/+75
* drm/xe: Remove async worker and rework sync bindsMatthew Brost2023-12-211-1/+6
* drm/xe/uapi: Use common drm_xe_ext_set_property extensionAshutosh Dixit2023-12-211-1/+1
* drm/xe: Remove XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE from uAPIMatthew Brost2023-12-211-7/+0
* drm/xe: Rename exec_queue_kill_compute to xe_vm_remove_compute_exec_queueMatthew Brost2023-12-211-18/+2
* drm/xe: Deprecate XE_EXEC_QUEUE_SET_PROPERTY_COMPUTE_MODE implementationMatthew Brost2023-12-211-43/+14
* drm/xe: Fix xe_exec_queue_is_idle for parallel exec queuesMatthew Brost2023-12-211-2/+11
* drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()Daniele Ceraolo Spurio2023-12-211-1/+1
* drm/xe/vm: Simplify and document xe_vm_lock()Thomas Hellström2023-12-211-3/+2
* drm/xe: standardize vm-less kernel submissionsDaniele Ceraolo Spurio2023-12-211-2/+2
* drm/xe: split kernel vs permanent engine flagsDaniele Ceraolo Spurio2023-12-211-0/+3
* drm/xe: base definitions for the GSCCSDaniele Ceraolo Spurio2023-12-211-0/+3
* drm/xe: common function to assign queue nameDaniele Ceraolo Spurio2023-12-211-0/+23
* drm/xe: Add min/max cap for engine scheduler propertiesTejas Upadhyay2023-12-211-6/+84
* drm/xe: Add sysfs for default engine scheduler propertiesTejas Upadhyay2023-12-211-3/+3
* drm/xe: Rename engine to exec_queueFrancois Dugast2023-12-211-263/+263
* drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast2023-12-211-0/+850