Remove intel_sync() at teardown time.

The kernel's still running after we're gone.  This didn't matter.
This commit is contained in:
Eric Anholt 2010-03-04 09:47:10 -08:00
parent 4ada6d7a85
commit a36bdaba61
1 changed files with 0 additions and 2 deletions

View File

@ -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))