mirror of
https://github.com/X11Libre/xf86-video-nv.git
synced 2026-03-24 01:24:21 +00:00
@@ -168,9 +168,9 @@ RivaProbeDDC (ScrnInfoPtr pScrn)
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Probing for EDID...\n");
|
||||
|
||||
#ifdef EDID_COMPLETE_RAWDATA
|
||||
MonInfo = xf86DoEEDID(pScrn->scrnIndex, pNv->I2C, TRUE);
|
||||
MonInfo = xf86DoEEDID(pScrn->scrnIndex, pRiva->I2C, TRUE);
|
||||
#else
|
||||
MonInfo = xf86DoEDID_DDC2(pScrn->scrnIndex, pNv->I2C);
|
||||
MonInfo = xf86DoEDID_DDC2(pScrn->scrnIndex, pRiva->I2C);
|
||||
#endif
|
||||
if (MonInfo) {
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
|
||||
|
||||
Reference in New Issue
Block a user