intel_extreme: probe EDID again so DDI will fail restoring screen on some systems (workaround)
This commit is contained in:
parent
721918869c
commit
e8e44117c8
@ -1318,10 +1318,8 @@ DigitalDisplayInterface::IsConnected()
|
||||
TRACE("%s: %s Maximum Lanes: %" B_PRId8 "\n", __func__,
|
||||
PortName(), fMaxLanes);
|
||||
|
||||
//since EDID is not correctly implemented yet for this connection type we'll do without it for now
|
||||
//return HasEDID();
|
||||
TRACE("%s: %s link detected\n", __func__, PortName());
|
||||
return true;
|
||||
//DDI and also its EDID do not work yet, we fail on purpose as a workaround for now
|
||||
return HasEDID();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user