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:
parent
d145d0e145
commit
9bd0f8f3e7
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue