All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 0/1] LOG GT hardware errors.
@ 2023-03-15  9:17 Himal Prasad Ghimiray
  2023-03-15  9:17 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Himal Prasad Ghimiray @ 2023-03-15  9:17 UTC (permalink / raw)
  To: intel-xe; +Cc: Himal Prasad Ghimiray

Count the CORRECTABLE and FATAL GT hardware errors as
signaled by relevant interrupt and respective registers.

For non relevant interrupts count them as driver interrupt error.

For platform supporting error vector registers count and report 
the respective vector errors.

Himal Prasad Ghimiray (1):
  drm/xe/ras: Log the GT hw errors.

 drivers/gpu/drm/xe/regs/xe_regs.h    | 105 ++++++++
 drivers/gpu/drm/xe/xe_device_types.h |   2 +
 drivers/gpu/drm/xe/xe_gt.c           |  30 +++
 drivers/gpu/drm/xe/xe_gt.h           |   2 +
 drivers/gpu/drm/xe/xe_gt_types.h     |  43 ++++
 drivers/gpu/drm/xe/xe_irq.c          | 346 +++++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_pci.c          |   3 +
 7 files changed, 531 insertions(+)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-03-21  9:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15  9:17 [Intel-xe] [PATCH 0/1] LOG GT hardware errors Himal Prasad Ghimiray
2023-03-15  9:17 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-03-15  9:17 ` [Intel-xe] [PATCH 1/1] drm/xe/ras: Log the GT hw errors Himal Prasad Ghimiray
2023-03-18  0:38   ` Matt Roper
2023-03-21  9:46   ` Jani Nikula
2023-03-15  9:18 ` [Intel-xe] ✓ CI.KUnit: success for LOG GT hardware errors Patchwork
2023-03-15  9:22 ` [Intel-xe] ✓ CI.Build: " Patchwork

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.