intel_extreme: Improve LVDS CLKB desire detection

This commit is contained in:
Alexander von Gluck IV 2015-12-05 11:47:15 -06:00
parent e587aa9fa3
commit 5202e45a52

View File

@ -524,7 +524,7 @@ LVDSPort::SetDisplayMode(display_mode* target, uint32 colorMode)
// Set the B0-B3 data pairs corresponding to whether we're going to
// set the DPLLs for dual-channel mode or not.
if (divisors.post2 == LVDS_POST2_RATE_FAST)
if (divisors.post2_high)
lvds |= LVDS_B0B3PAIRS_POWER_UP | LVDS_CLKB_POWER_UP;
else
lvds &= ~(LVDS_B0B3PAIRS_POWER_UP | LVDS_CLKB_POWER_UP);