[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,1/2] drm: Add connector property to limit max bpc
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 18 05:16:24 UTC 2018
== Series Details ==
Series: series starting with [v6,1/2] drm: Add connector property to limit max bpc
URL : https://patchwork.freedesktop.org/series/49825/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
46b90fc53a4c drm: Add connector property to limit max bpc
-:56: WARNING:MISSING_SPACE: break quoted strings at a space character
#56: FILE: drivers/gpu/drm/drm_atomic.c:409:
+ " display bpp (was %d) to EDID reported"
+ "max of %d\n", connector->base.id,
-:140: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!prop"
#140: FILE: drivers/gpu/drm/drm_connector.c:1603:
+ if (prop == NULL) {
-:151: CHECK:LINE_SPACING: Please don't use multiple blank lines
#151: FILE: drivers/gpu/drm/drm_connector.c:1614:
+
+
total: 0 errors, 1 warnings, 2 checks, 140 lines checked
acf42a1a4b48 drm/i915: Allow "max bpc" property to limit pipe_bpp
-:63: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#63: FILE: drivers/gpu/drm/i915/intel_display.c:10859:
+ pipe_config->pipe_bpp = 8*3;
^
-:67: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#67: FILE: drivers/gpu/drm/i915/intel_display.c:10863:
+ pipe_config->pipe_bpp = 10*3;
^
-:73: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#73: FILE: drivers/gpu/drm/i915/intel_display.c:10869:
+ pipe_config->pipe_bpp = 12*3;
^
-:76: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#76: FILE: drivers/gpu/drm/i915/intel_display.c:10872:
+ pipe_config->pipe_bpp = 16*3;
^
total: 0 errors, 0 warnings, 4 checks, 92 lines checked
More information about the Intel-gfx
mailing list