drm/i915/dp: Fix dsc bpp calculations, v5.
[linux-2.6-block.git] / drivers / gpu / drm / i915 / display / intel_dp_mst.c
index 6df240a01b8c3ba68de001f725a3a6f5446e7bbc..b6e3504c80a4c30092e01101e6309d8004afbe65 100644 (file)
@@ -81,7 +81,7 @@ static int intel_dp_mst_compute_link_config(struct intel_encoder *encoder,
                               adjusted_mode->crtc_clock,
                               crtc_state->port_clock,
                               &crtc_state->dp_m_n,
-                              constant_n);
+                              constant_n, crtc_state->fec_enable);
        crtc_state->dp_m_n.tu = slots;
 
        return 0;