== Series Details == Series: drm/i915/display: move modeset asserts out of intel_display.c URL : https://patchwork.freedesktop.org/series/95258/ State : warning == Summary == $ dim checkpatch origin/drm-tip 25961813c19b drm/i915/fdi: move fdi modeset asserts to intel_fdi.c -:133: WARNING:LONG_LINE: line length of 112 exceeds 100 columns #133: FILE: drivers/gpu/drm/i915/display/intel_fdi.c:26: + cur_state = intel_de_read(dev_priv, TRANS_DDI_FUNC_CTL(cpu_transcoder)) & TRANS_DDI_FUNC_ENABLE; -:133: WARNING:LINE_SPACING: Missing a blank line after declarations #133: FILE: drivers/gpu/drm/i915/display/intel_fdi.c:26: + enum transcoder cpu_transcoder = (enum transcoder)pipe; + cur_state = intel_de_read(dev_priv, TRANS_DDI_FUNC_CTL(cpu_transcoder)) & TRANS_DDI_FUNC_ENABLE; total: 0 errors, 2 warnings, 0 checks, 212 lines checked 863eb87e7767 drm/i915/pps: move pps (panel) modeset asserts to intel_pps.c eb1f620aa3b1 drm/i915/dpll: move dpll modeset asserts to intel_dpll.c 23c986a8b295 drm/i915/dsi: move dsi pll modeset asserts to vlv_dsi_pll.c