✗ CI.checkpatch: warning for series starting with [v4,1/2] drm/xe/gt: Add APIs for printing stats over debugfs
Patchwork
patchwork at emeril.freedesktop.org
Sat Aug 10 19:50:14 UTC 2024
== Series Details ==
Series: series starting with [v4,1/2] drm/xe/gt: Add APIs for printing stats over debugfs
URL : https://patchwork.freedesktop.org/series/137120/
State : warning
== 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
dc547930fbb1350eaf6bde84653b9ac973a411db
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit caaa66d6f45c4b2b9ddf2e9b0f2f454a87c8cfa6
Author: Nirmoy Das <nirmoy.das at intel.com>
Date: Sat Aug 10 21:15:19 2024 +0200
drm/xe: Add stats for tlb invalidation count
Add stats for tlb invalidation count which can be viewed with per GT
stat debugfs file.
Example output:
cat /sys/kernel/debug/dri/0/gt0/stats
tlb_inval_count: 22
v2: fix #include order(Tejas)
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
Reviewed-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch a95e3e46063ddcea598b2ac865173debffba13fe drm-intel
1797753dec76 drm/xe/gt: Add APIs for printing stats over debugfs
-:57: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#57:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 118 lines checked
caaa66d6f45c drm/xe: Add stats for tlb invalidation count
More information about the Intel-xe
mailing list