* @intel_dp: DP struct
  * @crtc_state: state for CRTC attached to the encoder
  *
- * Stop the link training of the @intel_dp port, disabling the test pattern
- * symbol generation on the port and disabling the training pattern in
- * the sink's DPCD.
+ * Stop the link training of the @intel_dp port, disabling the training
+ * pattern in the sink's DPCD, and disabling the test pattern symbol
+ * generation on the port.
  *
  * What symbols are output on the port after this point is
  * platform specific: On DDI/VLV/CHV platforms it will be the idle pattern
 {
        intel_dp->link_trained = true;
 
-       intel_dp_program_link_training_pattern(intel_dp,
-                                              crtc_state,
-                                              DP_TRAINING_PATTERN_DISABLE);
        intel_dp_disable_dpcd_training_pattern(intel_dp, DP_PHY_DPRX);
+       intel_dp_program_link_training_pattern(intel_dp, crtc_state,
+                                              DP_TRAINING_PATTERN_DISABLE);
 }
 
 static bool