Remove gratuitous wait_ring_idle after I830Sync. Syncing implies that.

This commit is contained in:
Eric Anholt 2008-06-05 13:57:54 -07:00
parent b65f67b74f
commit b61cb92831
1 changed files with 0 additions and 2 deletions

View File

@ -1851,7 +1851,6 @@ i830_stop_ring(ScrnInfoPtr pScrn, Bool flush)
if (temp & RING_VALID) {
i830_refresh_ring(pScrn);
I830Sync(pScrn);
i830_wait_ring_idle(pScrn);
}
OUTREG(LP_RING + RING_LEN, 0);
@ -3421,7 +3420,6 @@ I830EnterVT(int scrnIndex, int flags)
i830_refresh_ring(pScrn);
I830Sync(pScrn);
i830_wait_ring_idle(pScrn);
sarea->texAge++;
for(i = 0; i < I830_NR_TEX_REGIONS+1 ; i++)