mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 02:10:35 +01:00
xf86Crtc: pass correct parameter.
quite how this has worked I've no idea.
This commit is contained in:
parent
fe25f897c6
commit
a9df4bb555
1 changed files with 1 additions and 1 deletions
|
|
@ -2186,7 +2186,7 @@ xf86OutputGetEDID (xf86OutputPtr output, I2CBusPtr pDDCBus)
|
|||
xf86MonPtr mon;
|
||||
|
||||
mon = xf86DoEDID_DDC2 (scrn->scrnIndex, pDDCBus);
|
||||
xf86DDCApplyQuirks (scrn->scrnIndex, pDDCBus);
|
||||
xf86DDCApplyQuirks (scrn->scrnIndex, mon);
|
||||
|
||||
return mon;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue