Do I810EmitFlush() during screen init to make sure 2D engine is in a sane state
(Peter Kunzmann).
This commit is contained in:
parent
e0e01b7d61
commit
c4626af83d
|
|
@ -2186,7 +2186,8 @@ I810ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
|
|||
if (!I810AccelInit(pScreen)) {
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
|
||||
"Hardware acceleration initialization failed\n");
|
||||
}
|
||||
} else /* PK added 16.02.2004 */
|
||||
I810EmitFlush(pScrn);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue