== Series Details == Series: Support 64 bpp half float formats (rev4) URL : https://patchwork.freedesktop.org/series/53212/ State : warning == Summary == $ dim checkpatch origin/drm-tip c9d4f9ecb2a6 drm/fourcc: Add 64 bpp half float formats -:40: WARNING:LONG_LINE: line over 100 characters #40: FILE: drivers/gpu/drm/drm_fourcc.c:201: + { .format = DRM_FORMAT_XRGB16161616F, .depth = 48, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1 }, -:41: WARNING:LONG_LINE: line over 100 characters #41: FILE: drivers/gpu/drm/drm_fourcc.c:202: + { .format = DRM_FORMAT_XBGR16161616F, .depth = 48, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1 }, -:42: WARNING:LONG_LINE: line over 100 characters #42: FILE: drivers/gpu/drm/drm_fourcc.c:203: + { .format = DRM_FORMAT_ARGB16161616F, .depth = 64, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, -:43: WARNING:LONG_LINE: line over 100 characters #43: FILE: drivers/gpu/drm/drm_fourcc.c:204: + { .format = DRM_FORMAT_ABGR16161616F, .depth = 64, .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true }, -:60: WARNING:LONG_LINE_COMMENT: line over 100 characters #60: FILE: include/uapi/drm/drm_fourcc.h:152: +#define DRM_FORMAT_XRGB16161616F fourcc_code('X', 'R', '4', 'H') /* [63:0] x:R:G:B 16:16:16:16 little endian */ -:61: WARNING:LONG_LINE_COMMENT: line over 100 characters #61: FILE: include/uapi/drm/drm_fourcc.h:153: +#define DRM_FORMAT_XBGR16161616F fourcc_code('X', 'B', '4', 'H') /* [63:0] x:B:G:R 16:16:16:16 little endian */ -:63: WARNING:LONG_LINE_COMMENT: line over 100 characters #63: FILE: include/uapi/drm/drm_fourcc.h:155: +#define DRM_FORMAT_ARGB16161616F fourcc_code('A', 'R', '4', 'H') /* [63:0] A:R:G:B 16:16:16:16 little endian */ -:64: WARNING:LONG_LINE_COMMENT: line over 100 characters #64: FILE: include/uapi/drm/drm_fourcc.h:156: +#define DRM_FORMAT_ABGR16161616F fourcc_code('A', 'B', '4', 'H') /* [63:0] A:B:G:R 16:16:16:16 little endian */ total: 0 errors, 8 warnings, 0 checks, 27 lines checked 9f98b0e8b48a drm/i915: Refactor icl_is_hdr_plane 432b489f9add drm/i915/icl: Implement half float formats _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx