summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_exec_queue.c
AgeCommit message (Expand)Author
2025-05-07drm/xe: Use copy_from_user() instead of __copy_from_user()Harish Chegondi
2025-03-06drm/xe: Allow fault injection in exec queue IOCTLsFrancois Dugast
2025-03-05drm/xe/uapi: Use hint for guc to set GT frequencyTejas Upadhyay
2025-02-19drm/xe: Drop unnecessary GT lookup in xe_exec_queue_create_ioctl()Matt Roper
2025-02-03drm/xe/pxp/uapi: Add userspace and LRC support for PXP-using queuesDaniele Ceraolo Spurio
2025-02-03drm/xe/pxp: Add PXP queue tracking and session startDaniele Ceraolo Spurio
2025-02-03drm/xe/pxp: Allocate PXP execution resourcesDaniele Ceraolo Spurio
2025-01-10Merge tag 'v6.13-rc6' into drm-nextDave Airlie
2024-12-23drm/xe: Fix fault on fd close after unbindLucas De Marchi
2024-12-20drm/xe: Use q->xef for accessing xe fileLucas De Marchi
2024-12-20drm/xe: Fix fault on fd close after unbindLucas De Marchi
2024-12-13drm/xe: Initial MSI-X support for HW enginesIlia Levi
2024-11-14drm/xe: Allow fault injection in vm create and vm bind IOCTLsFrancois Dugast
2024-11-13drm/xe: Wait on killed exec queuesLucas De Marchi
2024-11-05drm/xe: Stop accumulating LRC timestamp on job_freeLucas De Marchi
2024-11-05drm/xe: Stop accumulating LRC timestamp on job_freeLucas De Marchi
2024-10-03drm/xe/queue: move xa_alloc to prevent UAFMatthew Auld
2024-10-03drm/xe: Clean up VM / exec queue file lock usage.Matthew Brost
2024-09-27drm/xe/queue: move xa_alloc to prevent UAFMatthew Auld
2024-09-24drm/xe: Clean up VM / exec queue file lock usage.Matthew Brost
2024-09-12drm/xe: fix missing 'xe_vm_put'Dafna Hirschfeld
2024-09-06drm/xe: fix missing 'xe_vm_put'Dafna Hirschfeld
2024-08-28drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>Jani Nikula
2024-08-19drm/xe: prevent UAF around preempt fenceMatthew Auld
2024-08-17drm/xe/exec_queue: Prepare last fence for hw engine group resume contextFrancois Dugast
2024-08-17drm/xe/exec_queue: Remove duplicated codeFrancois Dugast
2024-08-17'drm/xe/hw_engine_group: Register hw engine group's exec queuesFrancois Dugast
2024-08-17drm/xe: Use reserved copy engine for user binds on faulting devicesMatthew Brost
2024-08-15drm/xe: Make exec_queue_kill safe to call twiceDaniele Ceraolo Spurio
2024-08-09drm/xe: Move VM dma-resv lock from xe_exec_queue_create to __xe_exec_queue_initMatthew Brost
2024-07-30drm/xe: Move and export xe_hw_engine lookup.Dominik Grzegorzek
2024-07-19drm/xe: Fix use after free when client stats are capturedUmesh Nerlige Ramappa
2024-07-03drm/xe: Add xe_exec_queue_last_fence_test_depMatthew Brost
2024-06-17drm/xe/exec_queue: Rename xe_exec_queue::compute to xe_exec_queue::lrFrancois Dugast
2024-06-07drm/xe: Drop EXEC_QUEUE_FLAG_BANNEDMatthew Brost
2024-05-29drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura
2024-05-27drm/xe: Do not access xe file when updating exec queue run_ticksUmesh Nerlige Ramappa
2024-05-27drm/xe: Use run_ticks instead of runtime for client statsUmesh Nerlige Ramappa
2024-05-27drm/xe: Don't initialize fences at xe_sched_job_create()Thomas Hellström
2024-05-27drm/xe: Decouple job seqno and lrc seqnoMatthew Brost
2024-05-23drm/xe: Relax runtime pm protection during executionRodrigo Vivi
2024-05-21drm/xe: Add helper to accumulate exec queue runtimeUmesh Nerlige Ramappa
2024-04-22drm/xe: Kill xe_device_mem_access_{get*,put}Rodrigo Vivi
2024-04-18drm/xe: Introduce xe_pm_runtime_get_noresume for inner callersRodrigo Vivi
2024-04-04drm/xe: prefer snprintf over sprintfBommu Krishnaiah
2024-03-19drm/xe: Use correct function pointer typeNiranjana Vishwanathapura
2024-03-19drm/xe: Streamline exec queue freeing pathNiranjana Vishwanathapura
2024-03-19drm/xe/queue: fix engine_class bounds checkMatthew Auld
2024-03-06drm/xe: Remove unused 'create' parameter from queue property logicNirmoy Das
2024-02-23drm/xe/uapi: Remove unused flagsFrancois Dugast