[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add XYUV format support (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Aug 28 11:11:36 UTC 2018
== Series Details ==
Series: Add XYUV format support (rev2)
URL : https://patchwork.freedesktop.org/series/48007/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
da0d36f3cafb drm: Introduce new DRM_FORMAT_XYUV
-:21: WARNING:LONG_LINE: line over 100 characters
#21: FILE: drivers/gpu/drm/drm_fourcc.c:176:
+ { .format = DRM_FORMAT_XYUV, .depth = 0, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1 },
-:33: WARNING:LONG_LINE_COMMENT: line over 100 characters
#33: FILE: include/uapi/drm/drm_fourcc.h:151:
+#define DRM_FORMAT_XYUV fourcc_code('X', 'Y', 'U', 'V') /* [31:0] X:Y:Cb:Cr 8:8:8:8 little endian */
total: 0 errors, 2 warnings, 0 checks, 14 lines checked
a9cb6d7b57c5 drm/i915: Adding YUV444 packed format(DRM_FORMAT_XYUV) support.
-:56: CHECK:BRACES: Blank lines aren't necessary after an open brace '{'
#56: FILE: drivers/gpu/drm/i915/intel_display.c:13406:
switch (format) {
+
total: 0 errors, 0 warnings, 1 checks, 50 lines checked
More information about the Intel-gfx
mailing list