[Intel-xe] [PATCH V8 0/2] drm/xe: Count and report low level driver errors
Tejas Upadhyay
tejas.upadhyay at intel.com
Wed Oct 18 10:36:01 UTC 2023
This series adds low level driver error counter. Devided
into below patches:
1. Add APIs to count different category of errors under Tile and GT
2. Add 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.
TODO: Later on when netlink interface is ready, we will export these
counters through netlink interface.
Tejas Upadhyay (2):
drm/xe: Introduce low level driver error counting APIs
drm/xe: Update counter for low level driver errors
drivers/gpu/drm/xe/xe_device_types.h | 15 +++++++
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 | 17 ++++++++
drivers/gpu/drm/xe/xe_guc.c | 15 ++++---
drivers/gpu/drm/xe/xe_guc_ct.c | 44 +++++++++++----------
drivers/gpu/drm/xe/xe_guc_pc.c | 12 ++++--
drivers/gpu/drm/xe/xe_guc_submit.c | 11 ++++--
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 ++
13 files changed, 193 insertions(+), 51 deletions(-)
--
2.25.1
More information about the Intel-xe
mailing list