✗ CI.checkpatch: warning for Debug g2h timeout issue
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 20 15:24:30 UTC 2024
== Series Details ==
Series: Debug g2h timeout issue
URL : https://patchwork.freedesktop.org/series/138928/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1f449c5bb0089f814478b1ca0df39b6ba8c08e1f
Author: bnilawar <badal.nilawar at intel.com>
Date: Fri Sep 20 19:59:22 2024 +0530
Debug prints/logs to debug G2H timeout issue
Debug print and GuC log in dmesg to debug possible G2H irq delay / miss
Signed-off-by: Badal Nilawar <badal.nilawar at intel.com>
+ /mt/dim checkpatch 128ccc5f71d7b9d84ce8f0651aa713ae490f4990 drm-intel
ecdc8858abfc drm/xe/guc: Remove spurious line feed in debug print
003909edcad7 drm/xe/devcoredump: Use drm_puts and already cached local variables
44c3f9657c67 drm/xe/devcoredump: Improve section headings and add tile info
5fe1639487aa drm/xe/devcoredump: Add ASCII85 dump helper function
2b4f6c2f7c9b drm/xe/guc: Copy GuC log prior to dumping
952b4885df88 drm/xe/guc: Use a two stage dump for GuC logs and add more info
0d54ba5d25e7 drm/print: Introduce drm_line_printer
9a24dddd60c9 drm/xe/guc: Dead CT helper
-:96: WARNING:MACRO_ARG_UNUSED: Argument 'ct' is not used in function-like macro
#96: FILE: drivers/gpu/drm/xe/xe_guc_ct.c:62:
+#define CT_DEAD(ct, ctb, reason) \
+ do { \
+ struct guc_ctb *_ctb = (ctb); \
+ if (_ctb) \
+ _ctb->info.broken = true; \
+ } while (0)
-:96: WARNING:MACRO_ARG_UNUSED: Argument 'reason' is not used in function-like macro
#96: FILE: drivers/gpu/drm/xe/xe_guc_ct.c:62:
+#define CT_DEAD(ct, ctb, reason) \
+ do { \
+ struct guc_ctb *_ctb = (ctb); \
+ if (_ctb) \
+ _ctb->info.broken = true; \
+ } while (0)
total: 0 errors, 2 warnings, 0 checks, 557 lines checked
fd077f4d51d4 drm/xe/guc: Dump entire CTB on errors
54e982c83dc9 drm/xe/guc: Add GuC log to devcoredump captures
6ac89013cf7e drm/xe/guc: Add a helper function for dumping GuC log to dmesg
1f449c5bb008 Debug prints/logs to debug G2H timeout issue
-:45: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: bnilawar <badal.nilawar at intel.com>' != 'Signed-off-by: Badal Nilawar <badal.nilawar at intel.com>'
total: 0 errors, 1 warnings, 0 checks, 25 lines checked
More information about the Intel-xe
mailing list