]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
drm/i915: Split some long lines
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 20 Apr 2020 20:06:10 +0000 (23:06 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 24 Apr 2020 14:59:59 +0000 (17:59 +0300)
Split some overly long lines.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200420200610.31798-4-ville.syrjala@linux.intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/display/intel_ddi.c

index ef2b1b752497931903ea63685523b095a5f90db3..5601673c3f3031404befca6b0e88a54a4d84f5bb 100644 (file)
@@ -1261,7 +1261,10 @@ void hsw_fdi_link_train(struct intel_encoder *encoder,
        for (i = 0; i < ARRAY_SIZE(hsw_ddi_translations_fdi) * 2; i++) {
                /* Configure DP_TP_CTL with auto-training */
                intel_de_write(dev_priv, DP_TP_CTL(PORT_E),
-                              DP_TP_CTL_FDI_AUTOTRAIN | DP_TP_CTL_ENHANCED_FRAME_ENABLE | DP_TP_CTL_LINK_TRAIN_PAT1 | DP_TP_CTL_ENABLE);
+                              DP_TP_CTL_FDI_AUTOTRAIN |
+                              DP_TP_CTL_ENHANCED_FRAME_ENABLE |
+                              DP_TP_CTL_LINK_TRAIN_PAT1 |
+                              DP_TP_CTL_ENABLE);
 
                /* Configure and enable DDI_BUF_CTL for DDI E with next voltage.
                 * DDI E does not support port reversal, the functionality is
@@ -1337,7 +1340,10 @@ void hsw_fdi_link_train(struct intel_encoder *encoder,
 
        /* Enable normal pixel sending for FDI */
        intel_de_write(dev_priv, DP_TP_CTL(PORT_E),
-                      DP_TP_CTL_FDI_AUTOTRAIN | DP_TP_CTL_LINK_TRAIN_NORMAL | DP_TP_CTL_ENHANCED_FRAME_ENABLE | DP_TP_CTL_ENABLE);
+                      DP_TP_CTL_FDI_AUTOTRAIN |
+                      DP_TP_CTL_LINK_TRAIN_NORMAL |
+                      DP_TP_CTL_ENHANCED_FRAME_ENABLE |
+                      DP_TP_CTL_ENABLE);
 }
 
 static void intel_ddi_init_dp_buf_reg(struct intel_encoder *encoder)