xf86Crtc: pass correct parameter.
quite how this has worked I've no idea.
This commit is contained in:
parent
fe25f897c6
commit
a9df4bb555
|
@ -2186,7 +2186,7 @@ xf86OutputGetEDID (xf86OutputPtr output, I2CBusPtr pDDCBus)
|
||||||
xf86MonPtr mon;
|
xf86MonPtr mon;
|
||||||
|
|
||||||
mon = xf86DoEDID_DDC2 (scrn->scrnIndex, pDDCBus);
|
mon = xf86DoEDID_DDC2 (scrn->scrnIndex, pDDCBus);
|
||||||
xf86DDCApplyQuirks (scrn->scrnIndex, pDDCBus);
|
xf86DDCApplyQuirks (scrn->scrnIndex, mon);
|
||||||
|
|
||||||
return mon;
|
return mon;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue