summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-03-04 09:47:10 -0800
committerEric Anholt <eric@anholt.net>2010-03-04 10:13:34 -0800
commita36bdaba6136054ae7c67943ca0215cfd177bc5b (patch)
treec7c9572ad74b2db32fa759d0958440d01623a3fa
parent4ada6d7a856a941b834871ff8a7c5505ff26ae23 (diff)
Remove intel_sync() at teardown time.
The kernel's still running after we're gone. This didn't matter.
-rw-r--r--src/i830_driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830_driver.c b/src/i830_driver.c
index 86ef0fad..e7bfb9b2 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -1432,8 +1432,6 @@ static Bool I830CloseScreen(int scrnIndex, ScreenPtr screen)
intel->front_buffer = NULL;
}
- intel_sync(scrn);
-
intel_batch_teardown(scrn);
if (IS_I965G(intel))