summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_submit.c
AgeCommit message (Expand)Author
2024-10-03drm/xe: Resume TDR after GT resetMatthew Brost
2024-10-03drm/xe: fix UAF around queue destructionMatthew Auld
2024-10-03drm/xe/guc_submit: add missing locking in wedged_finiMatthew Auld
2024-08-17drm/xe/guc_submit: Make suspend_wait interruptibleFrancois Dugast
2024-08-16drm/xe/uc: Use devm to register cleanup that includes exec_queuesDaniele Ceraolo Spurio
2024-08-09drm/xe: Allow suspend / resume to be safely called multiple timesMatthew Brost
2024-08-09drm/xe: Only enable scheduling upon resume if neededMatthew Brost
2024-07-24drm/xe: Fix possible UAF in guc_exec_queue_process_msgMatthew Brost
2024-07-23drm/xe: Store process name and pid in xe fileMatthew Brost
2024-07-19drm/xe: Build PM into GuC CT layerMatthew Brost
2024-07-17drm/xe: Wedge the entire deviceMatthew Brost
2024-07-11drm/xe: Add process name and PID to job timedout messageJosé Roberto de Souza
2024-07-03drm/xe: Add timeout to preempt fencesMatthew Brost
2024-06-20drm/xe: Invert runnable_state / pending enable check and assertMatthew Brost
2024-06-12drm/xe: Sample ctx timestamp to determine if jobs have timed outMatthew Brost
2024-06-12drm/xe: Add killed, banned, or wedged as stick bit during GuC resetMatthew Brost
2024-06-12drm/xe: Add pending disable assert to handle_sched_doneMatthew Brost
2024-06-12drm/xe: Add GuC state asserts to deregister_exec_queueMatthew Brost
2024-06-12drm/xe: Assert runnable state in handle_sched_doneMatthew Brost
2024-06-12drm/xe: Improve unexpected state error messagesMatthew Brost
2024-06-07drm/xe: Drop EXEC_QUEUE_FLAG_BANNEDMatthew Brost
2024-05-29drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura
2024-05-29drm/xe: Add engine name to the engine reset and cat-err logNirmoy Das
2024-05-27drm/xe: Use run_ticks instead of runtime for client statsUmesh Nerlige Ramappa
2024-05-27drm/xe: Decouple job seqno and lrc seqnoMatthew Brost
2024-05-23drm/xe: Nuke simple error captureJosé Roberto de Souza
2024-05-23drm/xe: Relax runtime pm protection during executionRodrigo Vivi
2024-05-22drm/xe: Properly handle alloc_guc_id() failureNiranjana Vishwanathapura
2024-05-22drm/xe/guc: Allow to initialize submission with limited set of IDsMichal Wajdeczko
2024-05-21drm/xe: Add helper to accumulate exec queue runtimeUmesh Nerlige Ramappa
2024-05-14drm/xe/xe_guc_submit: Declare reset if banned or killed or wedgedJonathan Cavitt
2024-05-14drm/xe/xe_guc_submit: Allow lr exec queues to be bannedJonathan Cavitt
2024-05-14drm/xe/xe_guc_submit: Fix exec queue stop race conditionJonathan Cavitt
2024-05-08drm/xe: Add Indirect Ring State supportNiranjana Vishwanathapura
2024-05-07drm/xe: skip error capture when exec queue is killedTejas Upadhyay
2024-04-25drm/xe: Change xe_guc_submit_stop return to voidHimal Prasad Ghimiray
2024-04-25drm/xe: Replace engine references with exec queue in xe_guc_submit.cMatthew Brost
2024-04-25drm/xe: Fix alignment in GuC exec queue state definesMatthew Brost
2024-04-25drm/xe: s/ENGINE_STATE_KILLED/EXEC_QUEUE_STATE_KILLEDMatthew Brost
2024-04-25drm/xe: s/ENGINE_STATE_SUSPENDED/EXEC_QUEUE_STATE_SUSPENDEDMatthew Brost
2024-04-25drm/xe: s/ENGINE_STATE_ENABLED/EXEC_QUEUE_STATE_ENABLEDMatthew Brost
2024-04-25drm/xe: Delete unused GuC submission_state.suspendMatthew Brost
2024-04-24drm/xe: Introduce the wedged_mode debugfsRodrigo Vivi
2024-04-24drm/xe: Force wedged state and block GT reset upon any GPU hangRodrigo Vivi
2024-04-08drm/xe: Always capture exec queues on snapshotMatthew Brost
2024-04-08drm/xe/guc: Initialize GuC ID manager soonerMichal Wajdeczko
2024-04-08drm/xe/guc: Use drm_device-managed version of mutex_init()Michal Wajdeczko
2024-04-04drm/xe: Protect devcoredump access after unbindRodrigo Vivi
2024-03-27drm/xe/guc: Use GuC ID Manager in submission codeMichal Wajdeczko
2024-03-27drm/xe/guc: Move GUC_ID_MAX definition to GuC ABI headerMichal Wajdeczko