radeon_hd: Fix DisplayPort connector check, #8282
This commit is contained in:
parent
eb3e388241
commit
65705aca9a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user