summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_submit.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-21drm/xe: Invert runnable_state / pending enable check and assertMatthew Brost1-2/+2
2024-06-13drm/xe: Sample ctx timestamp to determine if jobs have timed outMatthew Brost1-61/+242
2024-06-13drm/xe: Add killed, banned, or wedged as stick bit during GuC resetMatthew Brost1-1/+3
2024-06-13drm/xe: Add pending disable assert to handle_sched_doneMatthew Brost1-0/+1
2024-06-13drm/xe: Add GuC state asserts to deregister_exec_queueMatthew Brost1-0/+5
2024-06-13drm/xe: Assert runnable state in handle_sched_doneMatthew Brost1-2/+7
2024-06-13drm/xe: Improve unexpected state error messagesMatthew Brost1-4/+8
2024-06-07drm/xe: Drop EXEC_QUEUE_FLAG_BANNEDMatthew Brost1-4/+6
2024-05-30drm/xe: Decouple xe_exec_queue and xe_lrcNiranjana Vishwanathapura1-15/+15
2024-05-29drm/xe: Add engine name to the engine reset and cat-err logNirmoy Das1-2/+7
2024-05-28drm/xe: Use run_ticks instead of runtime for client statsUmesh Nerlige Ramappa1-1/+1
2024-05-27drm/xe: Decouple job seqno and lrc seqnoMatthew Brost1-2/+3
2024-05-23drm/xe: Nuke simple error captureJosé Roberto de Souza1-52/+1
2024-05-23drm/xe: Relax runtime pm protection during executionRodrigo Vivi1-0/+3
2024-05-22drm/xe: Properly handle alloc_guc_id() failureNiranjana Vishwanathapura1-0/+1
2024-05-22drm/xe/guc: Allow to initialize submission with limited set of IDsMichal Wajdeczko1-2/+15
2024-05-21drm/xe: Add helper to accumulate exec queue runtimeUmesh Nerlige Ramappa1-0/+2
2024-05-15drm/xe/xe_guc_submit: Declare reset if banned or killed or wedgedJonathan Cavitt1-1/+1
2024-05-15drm/xe/xe_guc_submit: Allow lr exec queues to be bannedJonathan Cavitt1-2/+10
2024-05-15drm/xe/xe_guc_submit: Fix exec queue stop race conditionJonathan Cavitt1-1/+1
2024-05-09drm/xe: Add Indirect Ring State supportNiranjana Vishwanathapura1-1/+1
2024-05-07drm/xe: skip error capture when exec queue is killedTejas Upadhyay1-2/+4
2024-04-26drm/xe: Change xe_guc_submit_stop return to voidHimal Prasad Ghimiray1-2/+1
2024-04-26drm/xe: Replace engine references with exec queue in xe_guc_submit.cMatthew Brost1-9/+9
2024-04-26drm/xe: Fix alignment in GuC exec queue state definesMatthew Brost1-3/+3
2024-04-26drm/xe: s/ENGINE_STATE_KILLED/EXEC_QUEUE_STATE_KILLEDMatthew Brost1-4/+4
2024-04-26drm/xe: s/ENGINE_STATE_SUSPENDED/EXEC_QUEUE_STATE_SUSPENDEDMatthew Brost1-5/+5
2024-04-26drm/xe: s/ENGINE_STATE_ENABLED/EXEC_QUEUE_STATE_ENABLEDMatthew Brost1-4/+4
2024-04-26drm/xe: Delete unused GuC submission_state.suspendMatthew Brost1-4/+0
2024-04-24drm/xe: Introduce the wedged_mode debugfsRodrigo Vivi1-15/+20
2024-04-24drm/xe: Force wedged state and block GT reset upon any GPU hangRodrigo Vivi1-15/+75
2024-04-09drm/xe: Always capture exec queues on snapshotMatthew Brost1-22/+3
2024-04-08drm/xe/guc: Initialize GuC ID manager soonerMichal Wajdeczko1-9/+5
2024-04-08drm/xe/guc: Use drm_device-managed version of mutex_init()Michal Wajdeczko1-2/+4
2024-04-04drm/xe: Protect devcoredump access after unbindRodrigo Vivi1-0/+1
2024-03-27drm/xe/guc: Use GuC ID Manager in submission codeMichal Wajdeczko1-32/+10
2024-03-27drm/xe/guc: Move GUC_ID_MAX definition to GuC ABI headerMichal Wajdeczko1-1/+0
2024-03-21drm/xe/uc: Use u64 for offsets for which we use upper_32_bits()Daniele Ceraolo Spurio1-1/+1
2024-03-21drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio1-1/+3
2024-03-20drm/xe: Separate out sched/deregister_done handlingNiranjana Vishwanathapura1-27/+37
2024-03-14drm/xe/guc_submit: use jiffies for job timeoutMatthew Auld1-1/+1
2024-03-04drm/xe: Add infrastructure for delayed LRC captureMaarten Lankhorst1-0/+18
2024-03-04drm/xe: Move lrc snapshot capturing to xe_lrc.cMaarten Lankhorst1-22/+11
2024-02-27drm/xe/guc: Handle timing out of signaled jobs gracefullyMatthew Brost1-13/+19
2024-02-21drm/xe/snapshot: Remove drm_err on guc alloc failuresMaarten Lankhorst1-11/+3
2024-02-20drm/xe/guc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-02-20Merge drm/drm-next into drm-xe-nextLucas De Marchi1-1/+2
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström1-2/+0
2024-02-13drm/xe: fix arguments to drm_err_printer()Jani Nikula1-1/+2
2024-01-31drm/xe: Convert job timeouts from assert to warningMatt Roper1-3/+6