Use bridge encoder flag vs making direct calls to check

This commit is contained in:
Alexander von Gluck IV
2011-12-09 16:47:26 -06:00
parent 7a13bce56d
commit 654dc4bfab
+1 -1
View File
@@ -342,7 +342,7 @@ pll_adjust(pll_info *pll, uint8 crtcID)
bool dpBridge = false;
if ((encoderFlags & (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT))
|| encoder_is_dp_bridge(encoderID)) {
|| gConnector[connectorIndex]->encoder.isDPBridge) {
TRACE("%s: external DP bridge detected!\n", __func__);
dpBridge = true;
}