Skip to content

Commit 7db8736

Browse files
committed
drm/i915: Split some long lines
Split some overly long lines. Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: José Roberto de Souza <[email protected]>
1 parent 8fdda38 commit 7db8736

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

drivers/gpu/drm/i915/display/intel_ddi.c

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,10 @@ void hsw_fdi_link_train(struct intel_encoder *encoder,
12611261
for (i = 0; i < ARRAY_SIZE(hsw_ddi_translations_fdi) * 2; i++) {
12621262
/* Configure DP_TP_CTL with auto-training */
12631263
intel_de_write(dev_priv, DP_TP_CTL(PORT_E),
1264-
DP_TP_CTL_FDI_AUTOTRAIN | DP_TP_CTL_ENHANCED_FRAME_ENABLE | DP_TP_CTL_LINK_TRAIN_PAT1 | DP_TP_CTL_ENABLE);
1264+
DP_TP_CTL_FDI_AUTOTRAIN |
1265+
DP_TP_CTL_ENHANCED_FRAME_ENABLE |
1266+
DP_TP_CTL_LINK_TRAIN_PAT1 |
1267+
DP_TP_CTL_ENABLE);
12651268

12661269
/* Configure and enable DDI_BUF_CTL for DDI E with next voltage.
12671270
* DDI E does not support port reversal, the functionality is
@@ -1337,7 +1340,10 @@ void hsw_fdi_link_train(struct intel_encoder *encoder,
13371340

13381341
/* Enable normal pixel sending for FDI */
13391342
intel_de_write(dev_priv, DP_TP_CTL(PORT_E),
1340-
DP_TP_CTL_FDI_AUTOTRAIN | DP_TP_CTL_LINK_TRAIN_NORMAL | DP_TP_CTL_ENHANCED_FRAME_ENABLE | DP_TP_CTL_ENABLE);
1343+
DP_TP_CTL_FDI_AUTOTRAIN |
1344+
DP_TP_CTL_LINK_TRAIN_NORMAL |
1345+
DP_TP_CTL_ENHANCED_FRAME_ENABLE |
1346+
DP_TP_CTL_ENABLE);
13411347
}
13421348

13431349
static void intel_ddi_init_dp_buf_reg(struct intel_encoder *encoder)

0 commit comments

Comments
 (0)