diff options
author | Eric Anholt <eric@anholt.net> | 2010-03-04 09:47:10 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-03-04 10:13:34 -0800 |
commit | a36bdaba6136054ae7c67943ca0215cfd177bc5b (patch) | |
tree | c7c9572ad74b2db32fa759d0958440d01623a3fa /src/i830_driver.c | |
parent | 4ada6d7a856a941b834871ff8a7c5505ff26ae23 (diff) |
Remove intel_sync() at teardown time.
The kernel's still running after we're gone. This didn't matter.
Diffstat (limited to 'src/i830_driver.c')
-rw-r--r-- | src/i830_driver.c | 2 |
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)) |