✗ Fi.CI.CHECKPATCH: warning for drm/fourcc: Fix conflicting Y41x definitions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



== Series Details ==

Series: drm/fourcc: Fix conflicting Y41x definitions
URL   : https://patchwork.freedesktop.org/series/58182/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
68cd4376136d drm/fourcc: Fix conflicting Y41x definitions
-:8: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit e9961ab95af8 ("drm: Added a new format DRM_FORMAT_XVYU2101010")'
#8: 
commit e9961ab95af81b8d29054361cd5f0c575102cf87

-:13: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 7ba0fee247ee ("drm/fourcc: Add AFBC yuv fourccs for Mali")'
#13: 
commit 7ba0fee247ee7a36b3bfbed68f6988d980aa3aa3

-:21: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 50bf5d7d595f ("drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourcc")'
#21: 
commit 50bf5d7d595fd0705ef3785f80e679b6da501e5b

-:65: WARNING:LONG_LINE: line over 100 characters
#65: FILE: drivers/gpu/drm/drm_fourcc.c:237:
+		{ .format = DRM_FORMAT_Y410,            .depth = 0,  .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true, .is_yuv = true },

-:66: WARNING:LONG_LINE: line over 100 characters
#66: FILE: drivers/gpu/drm/drm_fourcc.c:238:
+		{ .format = DRM_FORMAT_Y412,            .depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true, .is_yuv = true },

-:67: WARNING:LONG_LINE: line over 100 characters
#67: FILE: drivers/gpu/drm/drm_fourcc.c:239:
+		{ .format = DRM_FORMAT_Y416,            .depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true, .is_yuv = true },

-:68: WARNING:LONG_LINE: line over 100 characters
#68: FILE: drivers/gpu/drm/drm_fourcc.c:240:
+		{ .format = DRM_FORMAT_XVYU2101010,	.depth = 0,  .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true },

-:69: WARNING:LONG_LINE: line over 100 characters
#69: FILE: drivers/gpu/drm/drm_fourcc.c:241:
+		{ .format = DRM_FORMAT_XVYU12_16161616,	.depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true },

-:70: WARNING:LONG_LINE: line over 100 characters
#70: FILE: drivers/gpu/drm/drm_fourcc.c:242:
+		{ .format = DRM_FORMAT_XVYU16161616,	.depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true },

-:203: WARNING:LONG_LINE_COMMENT: line over 100 characters
#203: FILE: include/uapi/drm/drm_fourcc.h:165:
+#define DRM_FORMAT_XYUV8888	fourcc_code('X', 'Y', 'U', 'V') /* [31:0] X:Y:Cb:Cr 8:8:8:8 little endian */

-:215: WARNING:LONG_LINE_COMMENT: line over 100 characters
#215: FILE: include/uapi/drm/drm_fourcc.h:173:
+#define DRM_FORMAT_Y210         fourcc_code('Y', '2', '1', '0') /* [63:0] Cr0:0:Y1:0:Cb0:0:Y0:0 10:6:10:6:10:6:10:6 little endian per 2 Y pixels */

-:216: WARNING:LONG_LINE_COMMENT: line over 100 characters
#216: FILE: include/uapi/drm/drm_fourcc.h:174:
+#define DRM_FORMAT_Y212         fourcc_code('Y', '2', '1', '2') /* [63:0] Cr0:0:Y1:0:Cb0:0:Y0:0 12:4:12:4:12:4:12:4 little endian per 2 Y pixels */

-:217: WARNING:LONG_LINE_COMMENT: line over 100 characters
#217: FILE: include/uapi/drm/drm_fourcc.h:175:
+#define DRM_FORMAT_Y216         fourcc_code('Y', '2', '1', '6') /* [63:0] Cr0:Y1:Cb0:Y0 16:16:16:16 little endian per 2 Y pixels */

-:226: WARNING:LONG_LINE_COMMENT: line over 100 characters
#226: FILE: include/uapi/drm/drm_fourcc.h:181:
+#define DRM_FORMAT_Y410         fourcc_code('Y', '4', '1', '0') /* [31:0] A:Cr:Y:Cb 2:10:10:10 little endian */

-:227: WARNING:LONG_LINE_COMMENT: line over 100 characters
#227: FILE: include/uapi/drm/drm_fourcc.h:182:
+#define DRM_FORMAT_Y412         fourcc_code('Y', '4', '1', '2') /* [63:0] A:0:Cr:0:Y:0:Cb:0 12:4:12:4:12:4:12:4 little endian */

-:228: WARNING:LONG_LINE_COMMENT: line over 100 characters
#228: FILE: include/uapi/drm/drm_fourcc.h:183:
+#define DRM_FORMAT_Y416         fourcc_code('Y', '4', '1', '6') /* [63:0] A:Cr:Y:Cb 16:16:16:16 little endian */

-:230: WARNING:LONG_LINE_COMMENT: line over 100 characters
#230: FILE: include/uapi/drm/drm_fourcc.h:185:
+#define DRM_FORMAT_XVYU2101010	fourcc_code('X', 'V', '3', '0') /* [31:0] X:Cr:Y:Cb 2:10:10:10 little endian */

-:231: WARNING:LONG_LINE_COMMENT: line over 100 characters
#231: FILE: include/uapi/drm/drm_fourcc.h:186:
+#define DRM_FORMAT_XVYU12_16161616	fourcc_code('X', 'V', '3', '6') /* [63:0] X:0:Cr:0:Y:0:Cb:0 12:4:12:4:12:4:12:4 little endian */

-:232: WARNING:LONG_LINE_COMMENT: line over 100 characters
#232: FILE: include/uapi/drm/drm_fourcc.h:187:
+#define DRM_FORMAT_XVYU16161616	fourcc_code('X', 'V', '4', '8') /* [63:0] X:Cr:Y:Cb 16:16:16:16 little endian */

total: 3 errors, 16 warnings, 0 checks, 164 lines checked

_______________________________________________
Intel-gfx mailing list
Intel-gfx@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/intel-gfx




[Index of Archives]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux