Do I810EmitFlush() during screen init to make sure 2D engine is in a sane state

(Peter Kunzmann).
This commit is contained in:
Egbert Eich 2004-07-30 21:36:40 +00:00
parent e0e01b7d61
commit c4626af83d
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}
}