Remove intel_sync() at teardown time.
The kernel's still running after we're gone. This didn't matter.
This commit is contained in:
parent
4ada6d7a85
commit
a36bdaba61
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue