[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fixes and improvements to GuC logging and error capture
Patchwork
patchwork at emeril.freedesktop.org
Thu Jul 28 02:37:05 UTC 2022
== Series Details ==
Series: Fixes and improvements to GuC logging and error capture
URL : https://patchwork.freedesktop.org/series/106789/
State : warning
== Summary ==
Error: dim checkpatch failed
77f455e72ebc drm/i915/guc: Add a helper for log buffer size
f49ac6e6709a drm/i915/guc: Fix capture size warning and bump the size
c88ca5a46e03 drm/i915/guc: Add GuC <-> kernel time stamp translation information
1ea2fd778459 drm/i915/guc: Record CTB info in error logs
eb7e76603266 drm/i915/guc: Use streaming loads to speed up dumping the guc log
01657cac8399 drm/i915/guc: Make GuC log sizes runtime configurable
-:462: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#462: FILE: drivers/gpu/drm/i915/i915_params.c:175:
+i915_param_named(guc_log_size_crash, int, 0400,
+ "GuC firmware logging buffer size for crash dumps (in MB)"
-:466: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#466: FILE: drivers/gpu/drm/i915/i915_params.c:179:
+i915_param_named(guc_log_size_debug, int, 0400,
+ "GuC firmware logging buffer size for debug logs (in MB)"
-:470: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#470: FILE: drivers/gpu/drm/i915/i915_params.c:183:
+i915_param_named(guc_log_size_capture, int, 0400,
+ "GuC error capture register dump buffer size (in MB)"
total: 0 errors, 0 warnings, 3 checks, 434 lines checked
bec1c0368504 drm/i915/guc: Reduce spam from error capture
-:129: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#129: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c:1481:
+ i915_error_printf(ebuf, "[%ld][%ld]",
+ FIELD_GET(GUC_REGSET_STEERING_GROUP, regs[j].flags),
total: 0 errors, 0 warnings, 1 checks, 118 lines checked
More information about the Intel-gfx
mailing list