File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
drivers/gpu/drm/i915/display Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1261,7 +1261,10 @@ void hsw_fdi_link_train(struct intel_encoder *encoder,
1261
1261
for (i = 0 ; i < ARRAY_SIZE (hsw_ddi_translations_fdi ) * 2 ; i ++ ) {
1262
1262
/* Configure DP_TP_CTL with auto-training */
1263
1263
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 );
1265
1268
1266
1269
/* Configure and enable DDI_BUF_CTL for DDI E with next voltage.
1267
1270
* DDI E does not support port reversal, the functionality is
@@ -1337,7 +1340,10 @@ void hsw_fdi_link_train(struct intel_encoder *encoder,
1337
1340
1338
1341
/* Enable normal pixel sending for FDI */
1339
1342
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 );
1341
1347
}
1342
1348
1343
1349
static void intel_ddi_init_dp_buf_reg (struct intel_encoder * encoder )
You can’t perform that action at this time.
0 commit comments