== Series Details == Series: drm/i915: pass encoder around more for port/phy checks (rev2) URL : https://patchwork.freedesktop.org/series/131031/ State : warning == Summary == Error: dim checkpatch failed f421cc680f3a drm/hdmi: convert *_port_to_ddc_pin() to *_encoder_to_ddc_pin() 2eb685bfa6e8 drm/i915/ddi: pass encoder to intel_wait_ddi_buf_active() 863e0275374c drm/i915/snps: pass encoder to intel_snps_phy_update_psr_power_state() 463fce01dc0c drm/i915/display: add intel_encoder_is_*() and _to_*() functions 521c1af5ed6b drm/i915/display: use intel_encoder_is/to_* functions -:656: WARNING:LONG_LINE: line length of 107 exceeds 100 columns #656: FILE: drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c:1696: + else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_HDMI) && !(intel_encoder_is_c10phy(encoder))) total: 0 errors, 1 warnings, 0 checks, 964 lines checked df1a3802376e drm/i915/cx0: remove the unused intel_is_c10phy() c7e1159eb5dd drm/i915/cx0: pass encoder instead of i915 and port around -:209: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #209: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:295: + ack = intel_cx0_wait_for_ack(encoder, XELPDP_PORT_P2M_COMMAND_WRITE_ACK, lane, &val); -:453: WARNING:LONG_LINE: line length of 106 exceeds 100 columns #453: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:1923: + intel_cx0_write(encoder, INTEL_CX0_LANE0, PHY_C10_VDR_CMN(0), pll_state->cmn, MB_WRITE_COMMITTED); -:454: WARNING:LONG_LINE: line length of 104 exceeds 100 columns #454: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:1924: + intel_cx0_write(encoder, INTEL_CX0_LANE0, PHY_C10_VDR_TX(0), pll_state->tx, MB_WRITE_COMMITTED); -:474: WARNING:LONG_LINE: line length of 113 exceeds 100 columns #474: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:2168: + cntx = intel_cx0_read(encoder, INTEL_CX0_LANE0, PHY_C20_VDR_CUSTOM_SERDES_RATE) & PHY_C20_CONTEXT_TOGGLE; -:539: WARNING:LONG_LINE: line length of 117 exceeds 100 columns #539: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:2358: + intel_c20_sram_write(encoder, INTEL_CX0_LANE0, RAWLANEAONX_DIG_TX_MPLLB_CAL_DONE_BANK(i), 0); -:548: WARNING:LONG_LINE: line length of 115 exceeds 100 columns #548: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:2366: + intel_c20_sram_write(encoder, INTEL_CX0_LANE0, PHY_C20_A_TX_CNTX_CFG(i), pll_state->tx[i]); -:551: WARNING:LONG_LINE: line length of 115 exceeds 100 columns #551: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:2368: + intel_c20_sram_write(encoder, INTEL_CX0_LANE0, PHY_C20_B_TX_CNTX_CFG(i), pll_state->tx[i]); -:558: WARNING:LONG_LINE: line length of 117 exceeds 100 columns #558: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:2374: + intel_c20_sram_write(encoder, INTEL_CX0_LANE0, PHY_C20_A_CMN_CNTX_CFG(i), pll_state->cmn[i]); -:561: WARNING:LONG_LINE: line length of 117 exceeds 100 columns #561: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:2376: + intel_c20_sram_write(encoder, INTEL_CX0_LANE0, PHY_C20_B_CMN_CNTX_CFG(i), pll_state->cmn[i]); total: 0 errors, 9 warnings, 0 checks, 730 lines checked