[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for adding gamma state checker for icl+ platforms (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Wed Oct 16 13:06:26 UTC 2019
== Series Details ==
Series: adding gamma state checker for icl+ platforms (rev5)
URL : https://patchwork.freedesktop.org/series/66811/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
690e243e79e2 drm/i915/color: Extract icl_read_luts()
-:33: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#33:
-removed readouts of fine and coarse segments, failure to read PAL_PREC_DATA
-:76: CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#76: FILE: drivers/gpu/drm/i915/display/intel_color.c:1497:
+
+}
-:135: ERROR:CODE_INDENT: code indent should use tabs where possible
#135: FILE: drivers/gpu/drm/i915/display/intel_color.c:1574:
+^I^I^I^I^I lut_size2, err))$
-:135: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#135: FILE: drivers/gpu/drm/i915/display/intel_color.c:1574:
+ if (!intel_color_lut_entries_equal(lut1, lut2,
+ lut_size2, err))
total: 1 errors, 1 warnings, 2 checks, 176 lines checked
e1102d1ad944 FOR_TESTING_ONLY: Print rgb values of hw and sw blobs
-:18: WARNING:LONG_LINE: line over 100 characters
#18: FILE: drivers/gpu/drm/i915/display/intel_color.c:1524:
+ DRM_DEBUG_KMS("hw_lut->red=0x%x sw_lut->red=0x%x hw_lut->blue=0x%x sw_lut->blue=0x%x hw_lut->green=0x%x sw_lut->green=0x%x", lut2->red, lut1->red, lut2->blue, lut1->blue, lut2->green, lut1->green);
total: 0 errors, 1 warnings, 0 checks, 8 lines checked
More information about the Intel-gfx
mailing list