Don't touch pScrn->monitor->DDC directly.

This commit is contained in:
Adam Jackson 2008-08-15 15:47:35 -04:00
parent ed7269e0a3
commit 6eb3e0f2f4
1 changed files with 1 additions and 1 deletions

View File

@ -1064,7 +1064,7 @@ I810PreInit(ScrnInfoPtr pScrn, int flags)
/* after xf86ProcessOptions,
* because it is controlled by options [no]vbe and [no]ddc
*/
pScrn->monitor->DDC = I810DoDDC(pScrn, pI810->pEnt->index);
I810DoDDC(pScrn, pI810->pEnt->index);
/* We have to use PIO to probe, because we haven't mapped yet */
I810SetPIOAccess(pI810);