Remove gratuitous wait_ring_idle after I830Sync. Syncing implies that.
This commit is contained in:
parent
b65f67b74f
commit
b61cb92831
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Reference in New Issue