[Intel-xe] [PATCH V11 0/1] drm/xe: Count and report low level driver errors

Tejas Upadhyay tejas.upadhyay at intel.com
Tue Oct 31 10:35:24 UTC 2023


This series adds low level driver error counter. Mainly adds :
1. APIs to count different category of errors under Tile and GT
2. Counter increment at all existing error tap points

Focus is not to add new error checks but maintain counter for errors
on existing errors which can create performance impact.

Later on when netlink interface is ready, we will export these
counters through netlink interface.

Tejas Upadhyay (1):
  drm/xe: Introduce and update counter for low level driver errors

 drivers/gpu/drm/xe/xe_device_types.h        | 16 ++++++++
 drivers/gpu/drm/xe/xe_gt.c                  | 41 ++++++++++++++++++++
 drivers/gpu/drm/xe/xe_gt.h                  |  4 ++
 drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c | 13 ++++---
 drivers/gpu/drm/xe/xe_gt_types.h            | 18 +++++++++
 drivers/gpu/drm/xe/xe_guc.c                 | 16 +++++++-
 drivers/gpu/drm/xe/xe_guc_ct.c              | 43 ++++++++++++++++++---
 drivers/gpu/drm/xe/xe_irq.c                 |  6 ++-
 drivers/gpu/drm/xe/xe_reg_sr.c              | 22 +++++------
 drivers/gpu/drm/xe/xe_tile.c                | 41 ++++++++++++++++++++
 drivers/gpu/drm/xe/xe_tile.h                |  3 ++
 11 files changed, 198 insertions(+), 25 deletions(-)

-- 
2.25.1



More information about the Intel-xe mailing list