== Series Details == Series: drm/i915: Init DDI ports based on port_mask (rev4) URL : https://patchwork.freedesktop.org/series/117641/ State : warning == Summary == Error: dim checkpatch failed 7f76f42ce69c drm/i915: Remove bogus DDI-F from hsw/bdw output init 701f1f810f87 drm/i915: Introduce device info port_mask -:105: WARNING:LONG_LINE_COMMENT: line length of 109 exceeds 100 columns #105: FILE: drivers/gpu/drm/i915/display/intel_display_device.c:319: + .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* SDVO/HDMI/DP B/C, DP D */ -:112: WARNING:LONG_LINE_COMMENT: line length of 109 exceeds 100 columns #112: FILE: drivers/gpu/drm/i915/display/intel_display_device.c:326: + .__runtime_defaults.port_mask = BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* SDVO/HDMI/DP B/C, DP D */ -:122: WARNING:LONG_LINE_COMMENT: line length of 133 exceeds 100 columns #122: FILE: drivers/gpu/drm/i915/display/intel_display_device.c:340: + .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) /* DP A, SDVO/HDMI/DP B, HDMI/DP C/D */ -:130: WARNING:LONG_LINE_COMMENT: line length of 134 exceeds 100 columns #130: FILE: drivers/gpu/drm/i915/display/intel_display_device.c:362: + .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* DP A, SDVO/HDMI/DP B, HDMI/DP C/D */ -:138: WARNING:LONG_LINE_COMMENT: line length of 134 exceeds 100 columns #138: FILE: drivers/gpu/drm/i915/display/intel_display_device.c:376: + .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D), /* DP A, SDVO/HDMI/DP B, HDMI/DP C/D */ -:154: WARNING:LONG_LINE: line length of 108 exceeds 100 columns #154: FILE: drivers/gpu/drm/i915/display/intel_display_device.c:409: + .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E), -:162: WARNING:LONG_LINE: line length of 108 exceeds 100 columns #162: FILE: drivers/gpu/drm/i915/display/intel_display_device.c:427: + .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E), -:178: WARNING:LONG_LINE: line length of 108 exceeds 100 columns #178: FILE: drivers/gpu/drm/i915/display/intel_display_device.c:467: + .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E), -:279: WARNING:LONG_LINE: line length of 108 exceeds 100 columns #279: FILE: drivers/gpu/drm/i915/display/intel_display_device.c:553: + .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D) | BIT(PORT_E), -:299: WARNING:LONG_LINE: line length of 110 exceeds 100 columns #299: FILE: drivers/gpu/drm/i915/display/intel_display_device.c:613: + BIT(PORT_TC1) | BIT(PORT_TC2) | BIT(PORT_TC3) | BIT(PORT_TC4) | BIT(PORT_TC5) | BIT(PORT_TC6), -:341: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #341: FILE: drivers/gpu/drm/i915/display/intel_display_device.c:708: + .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | BIT(PORT_D_XELPD) | total: 0 errors, 11 warnings, 0 checks, 342 lines checked 8a3e8bd3d9ba drm/i915: Assert that device info bitmasks have enough bits 403ac3a17be2 drm/i915: Assert that the port being initialized is valid 21b5e6d1a27a drm/i915: Beef up SDVO/HDMI port checks 5fe2c6ee6495 drm/i915: Init DDI outputs based on port_mask on skl+ d1c88773301e drm/i915: Convert HSW/BDW to use port_mask for DDI probe