== Series Details == Series: Enable Y210, Y212, Y216 formats for ICL (rev2) URL : https://patchwork.freedesktop.org/series/48729/ State : warning == Summary == $ dim checkpatch origin/drm-tip 7d34116618f8 drm: Add Y210, Y212, Y216 format definitions and fourcc -:38: WARNING:LONG_LINE: line over 100 characters #38: FILE: drivers/gpu/drm/drm_fourcc.c:193: + { .format = DRM_FORMAT_Y210, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true }, -:39: WARNING:LONG_LINE: line over 100 characters #39: FILE: drivers/gpu/drm/drm_fourcc.c:194: + { .format = DRM_FORMAT_Y212, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true }, -:40: WARNING:LONG_LINE: line over 100 characters #40: FILE: drivers/gpu/drm/drm_fourcc.c:195: + { .format = DRM_FORMAT_Y216, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true }, -:56: WARNING:LONG_LINE_COMMENT: line over 100 characters #56: FILE: include/uapi/drm/drm_fourcc.h:159: +#define DRM_FORMAT_Y210 fourcc_code('Y', '2', '1', '0') /* [63:0] Y0:Cb0:Y1:Cr1 10:10:10:10 little endian */ -:57: WARNING:LONG_LINE_COMMENT: line over 100 characters #57: FILE: include/uapi/drm/drm_fourcc.h:160: +#define DRM_FORMAT_Y212 fourcc_code('Y', '2', '1', '2') /* [63:0] Y0:Cb0:Y1:Cr1 12:12:12:12 little endian */ -:58: WARNING:LONG_LINE_COMMENT: line over 100 characters #58: FILE: include/uapi/drm/drm_fourcc.h:161: +#define DRM_FORMAT_Y216 fourcc_code('Y', '2', '1', '6') /* [63:0] Y0:Cb0:Y1:Cr1 16:16:16:16 little endian */ total: 0 errors, 6 warnings, 0 checks, 23 lines checked 99b3ece40ec8 drm/i915/icl: Add Y210, Y212, Y216 plane control definitions 12f11ab479da drm/i915/icl: Preparations for enabling Y210, Y212, Y216 formats -:8: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one total: 0 errors, 1 warnings, 0 checks, 48 lines checked 8ae9cb919ce4 drm/i915/icl: Enable Y210, Y212, Y216 format for primary and sprite planes _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx