summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc_submit.c
AgeCommit message (Expand)Author
10 daysdrm/xe/guc: Hold device ref until queue teardown completesArvind Yadav
10 daysdrm/xe/guc: Keep scheduler timeline name aliveArvind Yadav
2026-07-01drm/xe: Remove redundant exec_queue_suspended() check in submit_exec_queue()Lu Yao
2026-07-01drm/xe: wedge from the timeout handler only after releasing the queueRodrigo Vivi
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-11drm/xe: fix job timeout recovery for unstarted jobs and kernel queuesRodrigo Vivi
2026-06-04drm/xe/multi_queue: skip submit when primary queue is suspendedNiranjana Vishwanathapura
2026-06-04drm/xe: Clear pending_disable before signaling suspend fenceTangudu Tilak Tirumalesh
2026-06-04Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend"Tangudu Tilak Tirumalesh
2026-05-26drm/xe: Assign queue name in time for drm_sched_initTvrtko Ursulin
2026-05-19drm/xe/multi_queue: Fix secondary queue error caseNiranjana Vishwanathapura
2026-05-18drm/xe/multi_queue: Fix secondary queue error caseNiranjana Vishwanathapura
2026-05-08drm/xe/multi_queue: Refactor CGP_SYNC send pathNiranjana Vishwanathapura
2026-05-08drm/xe/multi_queue: Remove redundant assignment in guc_exec_queue_run_jobNiranjana Vishwanathapura
2026-04-29drm/xe: Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge()Matthew Brost
2026-04-15drm/xe: Suppress reset log for killed queuesDaniele Ceraolo Spurio
2026-03-27drm/xe: Drop registration of guc_submit_wedged_fini from xe_guc_submit_wedge()Matthew Brost
2026-03-13drm/xe: Use XE_WEDGED_MODE_UPON_ANY_HANG_NO_RESET enum instead of magic numberZhanjun Dong
2026-03-13drm/xe: Trigger queue cleanup if not in wedged mode 2Matthew Brost
2026-03-13drm/xe: Forcefully tear down exec queues in GuC submit finiMatthew Brost
2026-03-13drm/xe: Always kill exec queues in xe_guc_submit_pause_abortMatthew Brost
2026-03-03Merge tag 'drm-xe-next-2026-03-02' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-02drm/xe: Move exponential sleep logic to helperMichal Wajdeczko
2026-02-02drm/xe: Promote relaxed_ms_sleepMichal Wajdeczko
2026-01-29drm/xe/multi_queue: Protect priority against concurrent accessNiranjana Vishwanathapura
2026-01-26drm/xe: Reduce LRC timestamp stuck message on VFs to noticeMatthew Brost
2026-01-16drm/xe: Add exec queue active vfuncMatthew Brost
2026-01-16drm/xe: Ban entire multi-queue group on any job timeoutMatthew Brost
2026-01-15drm/xe: Reduce LRC timestamp stuck message on VFs to noticeMatthew Brost
2026-01-15drm/xe: Cleanup unused header includesMatt Roper
2026-01-10drm/xe: Avoid toggling schedule state to check LRC timestamp in TDRMatthew Brost
2026-01-10drm/xe: Remove special casing for LR queues in submissionMatthew Brost
2026-01-10drm/xe: Do not deregister queues in TDRMatthew Brost
2026-01-10drm/xe: Only toggle scheduling in TDR if GuC is runningMatthew Brost
2026-01-10drm/xe: Stop abusing DRM scheduler internalsMatthew Brost
2026-01-08drm/xe: Validate wedged_mode parameter and define enum for modesLukasz Laguna
2025-12-22drm/xe/pf: Scheduler groups are incompatible with multi-lrcDaniele Ceraolo Spurio
2025-12-22drm/gt/guc: extract scheduler-related defines from guc_fwif.hDaniele Ceraolo Spurio
2025-12-22drm/xe/gt: Add engine masks for each classDaniele Ceraolo Spurio
2025-12-19drm/xe: Print GuC queue submission state on engine resetMatthew Brost
2025-12-19drm/xe: Increase log level for unhandled page faultsMatthew Brost
2025-12-15drm/xe: Skip exec queue schedule toggle if queue is idle during suspendMatthew Brost
2025-12-15drm/xe: Use usleep_range for accurate long-running workload timeslicingMatthew Brost
2025-12-11drm/xe/doc: Add documentation for Multi Queue Group GuC interfaceNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Tracepoint supportNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Teardown group upon job timeoutNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Reset GT upon CGP_SYNC failureNiranjana Vishwanathapura
2025-12-11drm/xe/multi_queue: Handle CGP context errorNiranjana Vishwanathapura