mirror of
https://github.com/X11Libre/xf86-video-chips.git
synced 2026-03-24 01:24:44 +00:00
Change several LoaderSymbol calls introduced by the bug #400 patch to
*Weak() resolver functions.
This commit is contained in:
@@ -94,8 +94,7 @@ chips_ddc1(ScrnInfoPtr pScrn)
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "DDC1 found\n");
|
||||
else return;
|
||||
|
||||
xf86PrintEDID(xf86DoEDID_DDC1(pScrn->scrnIndex,
|
||||
LoaderSymbol("vgaHWddc1SetSpeed"),
|
||||
xf86PrintEDID(xf86DoEDID_DDC1(pScrn->scrnIndex, vgaHWddc1SetSpeedWeak(),
|
||||
chips_ddc1Read));
|
||||
|
||||
/* restore */
|
||||
|
||||
Reference in New Issue
Block a user