== Series Details == Series: drm/i915: LVDS cleanup URL : https://patchwork.freedesktop.org/series/113503/ State : warning == Summary == Error: dim checkpatch failed ed78aebbde6f drm/i915/lvds: Split long lines -:34: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #34: FILE: drivers/gpu/drm/i915/display/intel_lvds.c:229: + REG_FIELD_PREP(PANEL_POWER_CYCLE_DELAY_MASK, DIV_ROUND_UP(pps->t4, 1000) + 1)); total: 0 errors, 1 warnings, 0 checks, 20 lines checked d349e9ae1383 drm/i915/lvds: Use intel_de_rmw() a2ddc2b5a37a drm/i915/lvds: Use REG_BIT() & co. c7d9325b3ecf drm/i915/lvds: Extract intel_lvds_regs.h Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in <module> from ply import lex, yacc ModuleNotFoundError: No module named 'ply' -:39: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #39: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 173 lines checked a315da9bcc1a drm/i915/lvds: Fix whitespace de3f39fece6a drm/i915/lvds: s/dev_priv/i915/ b3f145849bf5 drm/i915/lvds: s/intel_encoder/encoder/ etc. -:189: CHECK:CAMELCASE: Avoid CamelCase: <SubPixelHorizontalRGB> #189: FILE: drivers/gpu/drm/i915/display/intel_lvds.c:922: + connector->base.display_info.subpixel_order = SubPixelHorizontalRGB; total: 0 errors, 0 warnings, 1 checks, 252 lines checked 0fc60b0c377c drm/i915/lvds: s/pipe_config/crtc_state/