[Intel-xe] [PATCH 0/4] [RFC] drm/xe/ras: Supporting RAS on XE.
Himal Prasad Ghimiray
himal.prasad.ghimiray at intel.com
Thu Apr 6 09:22:19 UTC 2023
These patches in series are for adding Reliability,
Availability and Serviceability support on xe.
Patches provide the infra for various hardware error
counting and logging. These error counters will be exposed to
userspace in subsequent patches.
In current patches:
1) We are adding support to handle new interrupts bits.
2) Counting of GT errors.
3) Soc/SGunit error counting.
4) CSC HW and FW error counting and sending uvent.
Akeem G Abodunrin (1):
drm/xe/ras: Add support for reporting CSC HW and FW errors.
Aravind Iddamsetty (2):
drm/xe/ras: Log the GT hw errors.
drm/xe/ras: Count SOC and SGUNIT errors
Himal Prasad Ghimiray (1):
drm/xe: Handle GRF/IC ECC error irq
drivers/gpu/drm/xe/regs/xe_regs.h | 244 ++++++++
drivers/gpu/drm/xe/xe_device.c | 6 +
drivers/gpu/drm/xe/xe_device_types.h | 4 +
drivers/gpu/drm/xe/xe_gt.c | 30 +
drivers/gpu/drm/xe/xe_gt_types.h | 105 ++++
drivers/gpu/drm/xe/xe_irq.c | 824 +++++++++++++++++++++++++++
drivers/gpu/drm/xe/xe_pci.c | 6 +
7 files changed, 1219 insertions(+)
--
2.25.1
More information about the Intel-xe
mailing list