summaryrefslogtreecommitdiff
path: root/src/radeon_dri.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-02-18 18:15:18 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-02-18 18:15:18 -0500
commit6545f0a2967414fa518a78440060b8b69c0146ee (patch)
tree3e3149863caac5726a4af28a38e8741e8de0ee9d /src/radeon_dri.c
parent3dff20e276615e8b77177689a4a5f8d91b3e8eac (diff)
R6xx/R7xx: fixup accel paths
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r--src/radeon_dri.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index 4520be55..ba5fbcee 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -1846,7 +1846,8 @@ void RADEONDRIResume(ScreenPtr pScreen)
/* FIXME: return? */
}
- RADEONEngineRestore(pScrn);
+ if (info->ChipFamily < CHIP_FAMILY_R600)
+ RADEONEngineRestore(pScrn);
RADEONDRICPInit(pScrn);
}