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 7157bb2 commit 78385cbCopy full SHA for 78385cb
drivers/gpu/drm/i915/intel_ddi.c
@@ -1531,7 +1531,8 @@ skl_ddi_pll_select(struct intel_crtc *intel_crtc,
1531
DPLL_CFGCR2_KDIV(wrpll_params.kdiv) |
1532
DPLL_CFGCR2_PDIV(wrpll_params.pdiv) |
1533
wrpll_params.central_freq;
1534
- } else if (intel_encoder->type == INTEL_OUTPUT_DISPLAYPORT) {
+ } else if (intel_encoder->type == INTEL_OUTPUT_DISPLAYPORT ||
1535
+ intel_encoder->type == INTEL_OUTPUT_DP_MST) {
1536
switch (crtc_state->port_clock / 2) {
1537
case 81000:
1538
ctrl1 |= DPLL_CTRL1_LINK_RATE(DPLL_CTRL1_LINK_RATE_810, 0);
0 commit comments