mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
drm/i915: Split some long lines in hsw_fdi_link_train()
Split some overly long lines in hsw_fdi_link_train(). Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230502143906.2401-8-ville.syrjala@linux.intel.com Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
3dfeb80b30
commit
edc876631b
|
|
@ -766,7 +766,10 @@ void hsw_fdi_link_train(struct intel_encoder *encoder,
|
|||
* WaFDIAutoLinkSetTimingOverrride:hsw
|
||||
*/
|
||||
intel_de_write(dev_priv, FDI_RX_MISC(PIPE_A),
|
||||
FDI_RX_PWRDN_LANE1_VAL(2) | FDI_RX_PWRDN_LANE0_VAL(2) | FDI_RX_TP1_TO_TP2_48 | FDI_RX_FDI_DELAY_90);
|
||||
FDI_RX_PWRDN_LANE1_VAL(2) |
|
||||
FDI_RX_PWRDN_LANE0_VAL(2) |
|
||||
FDI_RX_TP1_TO_TP2_48 |
|
||||
FDI_RX_FDI_DELAY_90);
|
||||
|
||||
/* Enable the PCH Receiver FDI PLL */
|
||||
rx_ctl_val = dev_priv->display.fdi.rx_config | FDI_RX_ENHANCE_FRAME_ENABLE |
|
||||
|
|
@ -799,7 +802,9 @@ void hsw_fdi_link_train(struct intel_encoder *encoder,
|
|||
* achieved on the PCH side in FDI_RX_CTL, so no need to set the
|
||||
* port reversal bit */
|
||||
intel_de_write(dev_priv, DDI_BUF_CTL(PORT_E),
|
||||
DDI_BUF_CTL_ENABLE | ((crtc_state->fdi_lanes - 1) << 1) | DDI_BUF_TRANS_SELECT(i / 2));
|
||||
DDI_BUF_CTL_ENABLE |
|
||||
((crtc_state->fdi_lanes - 1) << 1) |
|
||||
DDI_BUF_TRANS_SELECT(i / 2));
|
||||
intel_de_posting_read(dev_priv, DDI_BUF_CTL(PORT_E));
|
||||
|
||||
udelay(600);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user