summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_submit.c
AgeCommit message (Expand)Author
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
2024-03-20drm/xe/uc: Use u64 for offsets for which we use upper_32_bits()Daniele Ceraolo Spurio
2024-03-20drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio
2024-03-19drm/xe: Separate out sched/deregister_done handlingNiranjana Vishwanathapura
2024-03-14drm/xe/guc_submit: use jiffies for job timeoutMatthew Auld
2024-03-04drm/xe: Add infrastructure for delayed LRC captureMaarten Lankhorst
2024-03-04drm/xe: Move lrc snapshot capturing to xe_lrc.cMaarten Lankhorst
2024-02-26drm/xe/guc: Handle timing out of signaled jobs gracefullyMatthew Brost
2024-02-21drm/xe/snapshot: Remove drm_err on guc alloc failuresMaarten Lankhorst
2024-02-20drm/xe/guc: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-02-20Merge drm/drm-next into drm-xe-nextLucas De Marchi
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesThomas Hellström
2024-02-13drm/xe: fix arguments to drm_err_printer()Jani Nikula
2024-01-31drm/xe: Convert job timeouts from assert to warningMatt Roper
2024-01-24drm/xe: Change devcoredump functions parameters to xe_sched_jobJosé Roberto de Souza
2024-01-15drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty
2024-01-15drm/xe: Fix guc_exec_queue_set_priorityBrian Welty
2024-01-10drm/xe: Remove set_job_timeout_ms() from exec_queue_opsBrian Welty
2024-01-10drm/xe: Add exec_queue.sched_props.job_timeout_msBrian Welty
2024-01-09drm/xe: Fix modifying exec_queue priority in xe_migrate_initBrian Welty
2024-01-09drm/xe: Fix guc_exec_queue_set_priorityBrian Welty
2023-12-21drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctlBommu Krishnaiah
2023-12-21drm/xe/guc: Include only required GuC ABI headersMichal Wajdeczko
2023-12-21drm/xe: Internally change the compute_mode and no_dma_fence mode namingThomas Hellström
2023-12-21drm/xe/guc: Promote guc_to_gt/xe helpers to .hMichal Wajdeczko