== Series Details == Series: drm/i915: Init DDI ports based on port_mask URL : https://patchwork.freedesktop.org/series/117641/ State : warning == Summary == Error: dim checkpatch failed 7fa5a06bde61 drm/i915: Remove bogus DDI-F from hsw/bdw output init 6ce69347aa4f drm/i915: Introduce device info port_mask -:101: WARNING:LONG_LINE: line length of 127 exceeds 100 columns #101: FILE: drivers/gpu/drm/i915/i915_pci.c:440: + .__runtime.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* DP A, SDVO/HDMI/DP B, HDMI/DP C/D */ \ -:109: WARNING:LONG_LINE: line length of 127 exceeds 100 columns #109: FILE: drivers/gpu/drm/i915/i915_pci.c:474: + .__runtime.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* DP A, SDVO/HDMI/DP B, HDMI/DP C/D */ \ -:117: WARNING:LONG_LINE: line length of 127 exceeds 100 columns #117: FILE: drivers/gpu/drm/i915/i915_pci.c:530: + .__runtime.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* DP A, SDVO/HDMI/DP B, HDMI/DP C/D */ \ -:133: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #133: FILE: drivers/gpu/drm/i915/i915_pci.c:625: + .__runtime.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E), \ -:182: WARNING:LONG_LINE: line length of 110 exceeds 100 columns #182: FILE: drivers/gpu/drm/i915/i915_pci.c:975: + BIT(PORT_TC1) | BIT(PORT_TC2) | BIT(PORT_TC3) | BIT(PORT_TC4) | BIT(PORT_TC5) | BIT(PORT_TC5), total: 0 errors, 5 warnings, 0 checks, 221 lines checked df8440f39780 drm/i915: Assert that device info bitmasks have enough bits 0e900d67d1e2 drm/i915: Assert that the port being initialized is valid 348418653bae drm/i915: Beef up SDVO/HDMI port checks bc3590232d71 drm/i915: Init DDI outputs based on port_mask on skl+ 9569bea38e15 drm/i915: Convert HSW/BDW to use port_mask for DDI probe