We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feba77f commit 2f1e7d5Copy full SHA for 2f1e7d5
drivers/gpu/drm/i915/intel_ddi.c
@@ -1582,7 +1582,8 @@ skl_ddi_pll_select(struct intel_crtc *intel_crtc,
1582
DPLL_CFGCR2_KDIV(wrpll_params.kdiv) |
1583
DPLL_CFGCR2_PDIV(wrpll_params.pdiv) |
1584
wrpll_params.central_freq;
1585
- } else if (intel_encoder->type == INTEL_OUTPUT_DISPLAYPORT) {
+ } else if (intel_encoder->type == INTEL_OUTPUT_DISPLAYPORT ||
1586
+ intel_encoder->type == INTEL_OUTPUT_DP_MST) {
1587
switch (crtc_state->port_clock / 2) {
1588
case 81000:
1589
ctrl1 |= DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_810, 0);
0 commit comments