summaryrefslogtreecommitdiff
path: root/src/radeon_accel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_accel.c')
-rw-r--r--src/radeon_accel.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/radeon_accel.c b/src/radeon_accel.c
index 0799033..62ce879 100644
--- a/src/radeon_accel.c
+++ b/src/radeon_accel.c
@@ -313,12 +313,11 @@ void RADEONEngineRestore(ScrnInfoPtr pScrn)
OUTREG(RADEON_DP_SRC_BKGD_CLR, 0x00000000);
OUTREG(RADEON_DP_WRITE_MASK, 0xffffffff);
+ RADEONWaitForIdleMMIO(pScrn);
+
#ifdef RENDER
- if (info->RenderAccel)
- RADEONInit3DEngineForRender(pScrn);
+ info->RenderInited3D = FALSE;
#endif
-
- RADEONWaitForIdleMMIO(pScrn);
}
/* Initialize the acceleration hardware */