[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for YCBCR 4:2:0/4:4:4 output support for LSPCON (rev10)

Patchwork patchwork at emeril.freedesktop.org
Tue Jun 5 11:02:40 UTC 2018


== Series Details ==

Series: YCBCR 4:2:0/4:4:4 output support for LSPCON (rev10)
URL   : https://patchwork.freedesktop.org/series/36068/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
7a5cc3d707e1 drm/i915: Introduce CRTC output format
c13825908501 drm/i915: Add CRTC output format YCBCR 4:2:0
adcb876048a0 drm/i915: Add CRTC output format YCBCR 4:4:4
ca98d4d54e5c drm/i915: Check LSPCON vendor OUI
494cd85b5f9f drm/i915: Add AVI infoframe support for LSPCON
d95c64d8e00c drm/i915: Write AVI infoframes for MCA LSPCON
-:93: CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#93: FILE: drivers/gpu/drm/i915/intel_lspcon.c:254:
+	while (val < len) {
+

-:97: CHECK:BRACES: braces {} should be used on all arms of this statement
#97: FILE: drivers/gpu/drm/i915/intel_lspcon.c:258:
+			if (!ret)
[...]
+			else if (retry < 4) {
[...]
+			} else {
[...]

total: 0 errors, 0 warnings, 2 checks, 119 lines checked
ef990435585d drm/i915: Write AVI infoframes for Parade LSPCON
d16c8370652c drm/i915: Add YCBCR 4:2:0/4:4:4 support for LSPCON
-:65: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#65: FILE: drivers/gpu/drm/i915/i915_reg.h:8845:
+#define  TRANS_MSA_SAMPLING_444		(2<<1)
                                		  ^

-:66: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#66: FILE: drivers/gpu/drm/i915/i915_reg.h:8846:
+#define  TRANS_MSA_CLRSP_YCBCR		(2<<3)
                               		  ^

total: 0 errors, 0 warnings, 2 checks, 128 lines checked



More information about the Intel-gfx mailing list