summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-23drm/xe: Fix fault on fd close after unbindLucas De Marchi1-0/+9
2024-11-06drm/xe: Stop accumulating LRC timestamp on job_freeLucas De Marchi1-0/+6
2024-10-03drm/xe/queue: move xa_alloc to prevent UAFMatthew Auld1-1/+3
2024-10-03drm/xe: Clean up VM / exec queue file lock usage.Matthew Brost1-2/+0
2024-09-13drm/xe: fix missing 'xe_vm_put'Dafna Hirschfeld1-1/+3
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula1-1/+1
2024-08-19drm/xe: prevent UAF around preempt fenceMatthew Auld1-1/+0
2024-08-18drm/xe/exec_queue: Prepare last fence for hw engine group resume contextFrancois Dugast1-2/+31
2024-08-18drm/xe/exec_queue: Remove duplicated codeFrancois Dugast1-4/+1
2024-08-18'drm/xe/hw_engine_group: Register hw engine group's exec queuesFrancois Dugast1-0/+11
2024-08-18drm/xe: Use reserved copy engine for user binds on faulting devicesMatthew Brost1-59/+63
2024-08-15drm/xe: Make exec_queue_kill safe to call twiceDaniele Ceraolo Spurio1-0/+9
2024-08-09drm/xe: Move VM dma-resv lock from xe_exec_queue_create to __xe_exec_queue_initMatthew Brost1-9/+14
2024-07-31drm/xe: Move and export xe_hw_engine lookup.Dominik Grzegorzek1-33/+4
2024-07-19drm/xe: Fix use after free when client stats are capturedUmesh Nerlige Ramappa1-1/+9
2024-07-04drm/xe: Add xe_exec_queue_last_fence_test_depMatthew Brost1-0/+23
2024-06-17drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lrFrancois Dugast1-3/+3
2024-06-07drm/xe: Drop EXEC_QUEUE_FLAG_BANNEDMatthew Brost1-1/+1
2024-05-30drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura1-12/+14
2024-05-28drm/xe: Do not access xe file when updating exec queue run_ticksUmesh Nerlige Ramappa1-4/+1
2024-05-28drm/xe: Use run_ticks instead of runtime for client statsUmesh Nerlige Ramappa1-6/+6
2024-05-27drm/xe: Don't initialize fences at xe_sched_job_create()Thomas Hellström1-5/+0
2024-05-27drm/xe: Decouple job seqno and lrc seqnoMatthew Brost1-1/+1
2024-05-23drm/xe: Relax runtime pm protection during executionRodrigo Vivi1-14/+0
2024-05-21drm/xe: Add helper to accumulate exec queue runtimeUmesh Nerlige Ramappa1-0/+37
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi1-2/+2
2024-04-18drm/xe: Introduce xe_pm_runtime_get_noresume for inner callersRodrigo Vivi1-2/+2
2024-04-04drm/xe: prefer snprintf over sprintfBommu Krishnaiah1-6/+6
2024-03-20drm/xe: Use correct function pointer typeNiranjana Vishwanathapura1-1/+1
2024-03-20drm/xe: Streamline exec queue freeing pathNiranjana Vishwanathapura1-11/+11
2024-03-19drm/xe/queue: fix engine_class bounds checkMatthew Auld1-1/+1
2024-03-06drm/xe: Remove unused 'create' parameter from queue property logicNirmoy Das1-19/+11
2024-02-23drm/xe/uapi: Remove unused flagsFrancois Dugast1-91/+3
2024-02-23drm/xe: Prefer struct_size over open coded arithmeticErick Archer1-1/+1
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-02drm/xe: Take a reference in xe_exec_queue_last_fence_get()Matthew Brost1-2/+6
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