From: Zhanjun Dong <zhanjun.dong@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: daniele.ceraolospurio@intel.com, Zhanjun Dong <zhanjun.dong@intel.com>
Subject: [PATCH v4 0/2] drm/xe/guc: Handle GuC local uncorrectable error notifications
Date: Mon, 29 Jun 2026 10:08:34 -0400 [thread overview]
Message-ID: <20260629140836.2074349-1-zhanjun.dong@intel.com> (raw)
Add support for the GuC uncorrectable local error G2H notification and
opt in to the feature when the submission ABI exposes it.
Preserve HW error state in wedged mode 2 to help debug the root cause of
the error.
---
History:
v4: Add wedged mode==2 handling patch
v3: Remove not used flag bit and timeout worker check (Daniele)
Remove wedged mode==2 check, which will be handled in separate patch(Daniele)
v2: Opt in for Xe3p only, excluding media GTs on NovaLake-P which don't support the feature
Remove timeout bypass, which is outside the scope of this patch and can be added separately
Zhanjun Dong (2):
drm/xe/guc: Handle GuC local uncorrectable error notifications
drm/xe/guc: Preserve HW error state in wedged mode 2
drivers/gpu/drm/xe/abi/guc_actions_abi.h | 1 +
drivers/gpu/drm/xe/abi/guc_klvs_abi.h | 8 ++++++
drivers/gpu/drm/xe/xe_guc.c | 10 +++++++
drivers/gpu/drm/xe/xe_guc_ct.c | 3 ++
drivers/gpu/drm/xe/xe_guc_submit.c | 35 ++++++++++++++++++++++++
drivers/gpu/drm/xe/xe_guc_submit.h | 1 +
drivers/gpu/drm/xe/xe_trace.h | 5 ++++
7 files changed, 63 insertions(+)
--
2.34.1
next reply other threads:[~2026-06-29 14:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 14:08 Zhanjun Dong [this message]
2026-06-29 14:08 ` [PATCH v4 1/2] drm/xe/guc: Handle GuC local uncorrectable error notifications Zhanjun Dong
2026-06-29 14:08 ` [PATCH v4 2/2] drm/xe/guc: Preserve HW error state in wedged mode 2 Zhanjun Dong
2026-06-29 23:31 ` Daniele Ceraolo Spurio
2026-06-30 19:27 ` Dong, Zhanjun
2026-06-30 0:52 ` ✓ CI.KUnit: success for drm/xe/guc: Handle GuC local uncorrectable error notifications Patchwork
2026-06-30 1:36 ` ✓ Xe.CI.BAT: " Patchwork
2026-06-30 13:58 ` ✓ Xe.CI.FULL: " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260629140836.2074349-1-zhanjun.dong@intel.com \
--to=zhanjun.dong@intel.com \
--cc=daniele.ceraolospurio@intel.com \
--cc=intel-xe@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.