]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/i915/intel_dpll_mgr.c
drm/i915/bxt: Add MST support when do DPLL calculation
[karo-tx-linux.git] / drivers / gpu / drm / i915 / intel_dpll_mgr.c
index 368eff93a0a6aca4f89c69cfd8feabba47713ced..79f656ca593daa9b7aef44c2830d5961ad5cda16 100644 (file)
@@ -1855,7 +1855,8 @@ bxt_get_dpll(struct intel_crtc *crtc,
                return NULL;
 
        if ((encoder->type == INTEL_OUTPUT_DP ||
-            encoder->type == INTEL_OUTPUT_EDP) &&
+            encoder->type == INTEL_OUTPUT_EDP ||
+            encoder->type == INTEL_OUTPUT_DP_MST) &&
            !bxt_ddi_dp_set_dpll_hw_state(clock, &dpll_hw_state))
                return NULL;