i810: Correct the double negative and enable XAA when available

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-07-19 09:40:07 +01:00
parent d145d0e145
commit 9bd0f8f3e7
1 changed files with 1 additions and 1 deletions

View File

@ -1694,7 +1694,7 @@ I810ScreenInit(SCREEN_INIT_ARGS_DECL)
if (pI810->LpRing->mem.Size != 0) {
I810SetRingRegs(scrn);
if (pI810->noAccel && !I810AccelInit(screen)) {
if (!pI810->noAccel && !I810AccelInit(screen)) {
xf86DrvMsg(scrn->scrnIndex, X_ERROR,
"Hardware acceleration initialization failed\n");
}