[Intel-xe] ✓ CI.checkpatch: success for drm/xe: Count and report low level driver errors
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 21 05:58:27 UTC 2023
== Series Details ==
Series: drm/xe: Count and report low level driver errors
URL : https://patchwork.freedesktop.org/series/124026/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a8713ab3c8886ba76815f637f751357868368558
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date: Thu Sep 21 11:33:14 2023 +0530
drm/xe: Update counter for low level driver errors
we added a low level driver error counter and incrementing on
each occurrance. Focus is on errors that are not functionally
affecting the system and might otherwise go unnoticed and cause
power/performance regressions, so checking for the error
counters should help.
Importantly the intention is not to go adding new error checks,
but to make sure the existing important error conditions are
propagated in terms of counter under respective categories like
below :
Under GT:
driver_gt_enginei_other,
driver_gt_other
Under Tile:
driver_ggtt,
driver_guc_communication,
driver_interrupt
TODO: Currently this is just a counting of errors, later these
counters will be reported through netlink interface when it is
implemented and ready.
Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch 6e4a4aa0279d8de30726606ccf74de109af20e6c drm-intel
ce4b57a93 drm/xe: Indroduce low level driver error counting APIs
a8713ab3c drm/xe: Update counter for low level driver errors
More information about the Intel-xe
mailing list