== Series Details == Series: Support 64 bpp half float formats (rev3) URL : https://patchwork.freedesktop.org/series/53212/ State : warning == Summary == $ dim checkpatch origin/drm-tip bb513dd0a6fe drm/fourcc: Add 64 bpp half float formats -:39: WARNING:LONG_LINE: line over 100 characters #39: 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 }, -:40: WARNING:LONG_LINE: line over 100 characters #40: 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 }, -:41: WARNING:LONG_LINE: line over 100 characters #41: 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 }, -:42: WARNING:LONG_LINE: line over 100 characters #42: 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 }, -:59: WARNING:LONG_LINE_COMMENT: line over 100 characters #59: 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 */ -:60: WARNING:LONG_LINE_COMMENT: line over 100 characters #60: 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 */ -:62: WARNING:LONG_LINE_COMMENT: line over 100 characters #62: 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 */ -:63: WARNING:LONG_LINE_COMMENT: line over 100 characters #63: 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 076507575eff drm/i915/icl: Implement half float formats -:103: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t' #103: FILE: drivers/gpu/drm/i915/intel_sprite.c:1779: +static const uint32_t icl_hdr_plane_formats[] = { -:122: CHECK:PREFER_KERNEL_TYPES: Prefer kernel type 'u32' over 'uint32_t' #122: FILE: drivers/gpu/drm/i915/intel_sprite.c:1798: +static const uint32_t icl_hdr_planar_formats[] = { total: 0 errors, 0 warnings, 2 checks, 138 lines checked _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx