summaryrefslogtreecommitdiff
path: root/src/r128_accel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/r128_accel.c')
-rw-r--r--src/r128_accel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/r128_accel.c b/src/r128_accel.c
index bdaa258c..351594b5 100644
--- a/src/r128_accel.c
+++ b/src/r128_accel.c
@@ -221,6 +221,9 @@ void R128WaitForIdle(ScrnInfoPtr pScrn)
INREG(R128_GUI_PROBE)));
xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
"Idle timed out, resetting engine...\n");
+#ifdef XF86DRI
+ R128CCE_STOP(pScrn, info);
+#endif
R128EngineReset(pScrn);
#ifdef XF86DRI
R128CCE_RESET(pScrn, info);