== Series Details == Series: Enable Y210, Y212, Y216 formats for ICL (rev4) URL : https://patchwork.freedesktop.org/series/48729/ State : warning == Summary == $ dim checkpatch origin/drm-tip 7ad9e3b1affc drm: Add Y210, Y212, Y216 format definitions and fourcc -:46: WARNING:LONG_LINE: line over 100 characters #46: FILE: drivers/gpu/drm/drm_fourcc.c:229: + { .format = DRM_FORMAT_Y210, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true }, -:47: WARNING:LONG_LINE: line over 100 characters #47: FILE: drivers/gpu/drm/drm_fourcc.c:230: + { .format = DRM_FORMAT_Y212, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true }, -:48: WARNING:LONG_LINE: line over 100 characters #48: FILE: drivers/gpu/drm/drm_fourcc.c:231: + { .format = DRM_FORMAT_Y216, .depth = 0, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true }, -:64: WARNING:LONG_LINE_COMMENT: line over 100 characters #64: FILE: include/uapi/drm/drm_fourcc.h:160: +#define DRM_FORMAT_Y210 fourcc_code('Y', '2', '1', '0') /* [63:0] Y0:x:Cb0:x:Y1:x:Cr1:x 10:6:10:6:10:6:10:6 little endian */ -:65: WARNING:LONG_LINE_COMMENT: line over 100 characters #65: FILE: include/uapi/drm/drm_fourcc.h:161: +#define DRM_FORMAT_Y212 fourcc_code('Y', '2', '1', '2') /* [63:0] Y0:x:Cb0:x:Y1:x:Cr1:x 12:4:12:4:12:4:12:4 little endian */ -:66: WARNING:LONG_LINE_COMMENT: line over 100 characters #66: FILE: include/uapi/drm/drm_fourcc.h:162: +#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 7d0f6917f175 drm/i915/icl: Add Y210, Y212, Y216 plane control definitions 1d7136c40bbd drm/i915/icl: Preparations for enabling Y210, Y212, Y216 formats 0f855b9a747a 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