== Series Details == Series: drm/i915/color: Debug improvements and intel_display conversion (rev2) URL : https://patchwork.freedesktop.org/series/140452/ State : warning == Summary == Error: dim checkpatch failed fb010a54bba5 drm/i915/color: Pimp debugs 0315a7f61cfb drm/i915: Handle intel_plane and intel_plane_state in to_intel_display() 37c3c1392af1 drm/i915/color: Convert color management code to intel_display -:1379: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #1379: FILE: drivers/gpu/drm/i915/display/intel_color.c:3335: + lut[i].green = i965_lut_11p6_max_pack(intel_de_read_fw(display, PIPEGCMAX(display, pipe, 1))); -:1380: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #1380: FILE: drivers/gpu/drm/i915/display/intel_color.c:3336: + lut[i].blue = i965_lut_11p6_max_pack(intel_de_read_fw(display, PIPEGCMAX(display, pipe, 2))); total: 0 errors, 2 warnings, 0 checks, 1691 lines checked 207074e92bbf drm/i915/color: Make color .get_config() mandatory