Use EXA by default instead of UXA until we have GTT mapping

This commit is contained in:
Keith Packard 2008-08-05 22:34:24 -07:00
parent b2d058d80c
commit 8f10bfb127
1 changed files with 3 additions and 3 deletions

View File

@ -1582,12 +1582,12 @@ I830PreInit(ScrnInfoPtr pScrn, int flags)
#ifdef I830_USE_XAA
pI830->accel = ACCEL_XAA;
#endif
#ifdef I830_USE_EXA
pI830->accel = ACCEL_EXA;
#endif
#ifdef I830_USE_UXA
pI830->accel = ACCEL_UXA;
#endif
#ifdef I830_USE_EXA
pI830->accel = ACCEL_EXA;
#endif
#if I830_USE_XAA + I830_USE_EXA + I830_USE_UXA >= 2
from = X_DEFAULT;
if ((s = (char *)xf86GetOptValString(pI830->Options,