summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: prevent UAF around preempt fenceMatthew Auld2024-08-191-1/+0
* drm/xe/exec_queue: Prepare last fence for hw engine group resume contextFrancois Dugast2024-08-171-2/+31
* drm/xe/exec_queue: Remove duplicated codeFrancois Dugast2024-08-171-4/+1
* 'drm/xe/hw_engine_group: Register hw engine group's exec queuesFrancois Dugast2024-08-171-0/+11
* drm/xe: Use reserved copy engine for user binds on faulting devicesMatthew Brost2024-08-171-59/+63
* drm/xe: Make exec_queue_kill safe to call twiceDaniele Ceraolo Spurio2024-08-151-0/+9
* drm/xe: Move VM dma-resv lock from xe_exec_queue_create to __xe_exec_queue_initMatthew Brost2024-08-091-9/+14
* drm/xe: Move and export xe_hw_engine lookup.Dominik Grzegorzek2024-07-301-33/+4
* drm/xe: Fix use after free when client stats are capturedUmesh Nerlige Ramappa2024-07-191-1/+9
* drm/xe: Add xe_exec_queue_last_fence_test_depMatthew Brost2024-07-031-0/+23
* drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lrFrancois Dugast2024-06-171-3/+3
* drm/xe: Drop EXEC_QUEUE_FLAG_BANNEDMatthew Brost2024-06-071-1/+1
* drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura2024-05-291-12/+14
* drm/xe: Do not access xe file when updating exec queue run_ticksUmesh Nerlige Ramappa2024-05-271-4/+1
* drm/xe: Use run_ticks instead of runtime for client statsUmesh Nerlige Ramappa2024-05-271-6/+6
* drm/xe: Don't initialize fences at xe_sched_job_create()Thomas Hellström2024-05-271-5/+0
* drm/xe: Decouple job seqno and lrc seqnoMatthew Brost2024-05-271-1/+1
* drm/xe: Relax runtime pm protection during executionRodrigo Vivi2024-05-231-14/+0
* drm/xe: Add helper to accumulate exec queue runtimeUmesh Nerlige Ramappa2024-05-211-0/+37
* drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi2024-04-221-2/+2
* drm/xe: Introduce xe_pm_runtime_get_noresume for inner callersRodrigo Vivi2024-04-181-2/+2
* drm/xe: prefer snprintf over sprintfBommu Krishnaiah2024-04-041-6/+6
* drm/xe: Use correct function pointer typeNiranjana Vishwanathapura2024-03-191-1/+1
* drm/xe: Streamline exec queue freeing pathNiranjana Vishwanathapura2024-03-191-11/+11
* drm/xe/queue: fix engine_class bounds checkMatthew Auld2024-03-191-1/+1
* 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