diff options
author | Dave Airlie <airlied@redhat.com> | 2013-12-05 11:51:39 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-12-05 11:51:39 +1000 |
commit | 55525bdfc00b0b746401f6ea6ed289048e9d06eb (patch) | |
tree | 8608fdea821245bf47149608dce81702c50b44c0 /src/mga_dri.c | |
parent | 6aa94687233f55a8044efe83cac82b04ab19609f (diff) |
mga: fix XAA runtime
XAA->USE_XAA add USE_XAA.
Tested-by: Avengence on #xorg-devel
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/mga_dri.c')
-rw-r--r-- | src/mga_dri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mga_dri.c b/src/mga_dri.c index 3923c04..a1c39f3 100644 --- a/src/mga_dri.c +++ b/src/mga_dri.c @@ -355,7 +355,7 @@ void MGAGetQuiescence( ScrnInfoPtr pScrn ) MGAWaitForIdleDMA( pScrn ); /* FIXME what about EXA? */ -#ifdef XAA +#ifdef USE_XAA if (!pMga->Exa && pMga->AccelInfoRec) { WAITFIFO( 11 ); OUTREG( MGAREG_MACCESS, pMga->MAccess ); |