public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Raag Jadav <raag.jadav@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: matthew.brost@intel.com, rodrigo.vivi@intel.com,
	riana.tauro@intel.com, michal.wajdeczko@intel.com,
	matthew.d.roper@intel.com, umesh.nerlige.ramappa@intel.com,
	mallesh.koujalagi@intel.com, soham.purkait@intel.com,
	anoop.c.vijay@intel.com, aravind.iddamsetty@linux.intel.com,
	Raag Jadav <raag.jadav@intel.com>
Subject: [PATCH v4 0/3] Introduce Xe Correctable Error Handling
Date: Tue, 31 Mar 2026 15:53:42 +0530	[thread overview]
Message-ID: <20260331102346.1034100-1-raag.jadav@intel.com> (raw)

This series builds on top of system controller series[1] and adds initial
support for correctable error handling in xe. This serves as a foundation
for RAS infrastructure and will be further extended to facilitate other
RAS features.

Detailed description in commit message.

[1] https://patchwork.freedesktop.org/series/159554/

v2: Use system_percpu_wq instead of dedicated (Matthew Brost)
    Handle unexpected response length (Mallesh)

v3: Handle event flood (Mallesh)

v4: Handle IRQ before sysctrl initialization (Mallesh)
    Fix Severity/Component logging (Mallesh)
    s/xe_ras_error/xe_ras_error_class (Riana)

Raag Jadav (3):
  drm/xe/sysctrl: Add system controller interrupt handler
  drm/xe/sysctrl: Add system controller event support
  drm/xe/ras: Introduce correctable error handling

 drivers/gpu/drm/xe/Makefile                 |  2 +
 drivers/gpu/drm/xe/regs/xe_irq_regs.h       |  1 +
 drivers/gpu/drm/xe/xe_irq.c                 |  2 +
 drivers/gpu/drm/xe/xe_ras.c                 | 90 +++++++++++++++++++++
 drivers/gpu/drm/xe/xe_ras.h                 | 14 ++++
 drivers/gpu/drm/xe/xe_ras_types.h           | 73 +++++++++++++++++
 drivers/gpu/drm/xe/xe_sysctrl.c             | 46 +++++++++--
 drivers/gpu/drm/xe/xe_sysctrl.h             |  2 +
 drivers/gpu/drm/xe/xe_sysctrl_event.c       | 89 ++++++++++++++++++++
 drivers/gpu/drm/xe/xe_sysctrl_event_types.h | 52 ++++++++++++
 drivers/gpu/drm/xe/xe_sysctrl_mailbox.h     | 10 +++
 drivers/gpu/drm/xe/xe_sysctrl_types.h       |  7 ++
 12 files changed, 382 insertions(+), 6 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/xe_ras.c
 create mode 100644 drivers/gpu/drm/xe/xe_ras.h
 create mode 100644 drivers/gpu/drm/xe/xe_ras_types.h
 create mode 100644 drivers/gpu/drm/xe/xe_sysctrl_event.c
 create mode 100644 drivers/gpu/drm/xe/xe_sysctrl_event_types.h

-- 
2.43.0


             reply	other threads:[~2026-03-31 10:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-31 10:23 Raag Jadav [this message]
2026-03-31 10:23 ` [PATCH v4 1/3] drm/xe/sysctrl: Add system controller interrupt handler Raag Jadav
2026-04-01  9:56   ` Mallesh, Koujalagi
2026-03-31 10:23 ` [PATCH v4 2/3] drm/xe/sysctrl: Add system controller event support Raag Jadav
2026-04-01 10:06   ` Mallesh, Koujalagi
2026-03-31 10:23 ` [PATCH v4 3/3] drm/xe/ras: Introduce correctable error handling Raag Jadav
2026-04-01  9:31   ` Mallesh, Koujalagi
2026-04-02  8:43     ` Raag Jadav
2026-03-31 10:39 ` ✗ CI.checkpatch: warning for Introduce Xe Correctable Error Handling (rev4) Patchwork
2026-03-31 10:40 ` ✓ CI.KUnit: success " Patchwork
2026-03-31 11:13 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-31 15:48 ` ✗ Xe.CI.FULL: failure " 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=20260331102346.1034100-1-raag.jadav@intel.com \
    --to=raag.jadav@intel.com \
    --cc=anoop.c.vijay@intel.com \
    --cc=aravind.iddamsetty@linux.intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=mallesh.koujalagi@intel.com \
    --cc=matthew.brost@intel.com \
    --cc=matthew.d.roper@intel.com \
    --cc=michal.wajdeczko@intel.com \
    --cc=riana.tauro@intel.com \
    --cc=rodrigo.vivi@intel.com \
    --cc=soham.purkait@intel.com \
    --cc=umesh.nerlige.ramappa@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox