diff --git a/src/add-ons/accelerants/radeon_hd/connector.cpp b/src/add-ons/accelerants/radeon_hd/connector.cpp index a9663d0c78..416bd17a59 100644 --- a/src/add-ons/accelerants/radeon_hd/connector.cpp +++ b/src/add-ons/accelerants/radeon_hd/connector.cpp @@ -711,8 +711,8 @@ bool connector_is_dp(uint32 connectorIndex) { if (gConnector[connectorIndex]->type == VIDEO_CONNECTOR_DP - || gConnector[connectorIndex]->type != VIDEO_CONNECTOR_EDP - || gConnector[connectorIndex]->encoder.isDPBridge == false) { + || gConnector[connectorIndex]->type == VIDEO_CONNECTOR_EDP + || gConnector[connectorIndex]->encoder.isDPBridge == true) { return true; } return false;