No ring, no sync

This commit is contained in:
Zhenyu Wang 2008-03-06 19:31:33 +08:00
parent c823fb00a2
commit ea58d66cf7
1 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,9 @@ I830Sync(ScrnInfoPtr pScrn)
if (I810_DEBUG & (DEBUG_VERBOSE_ACCEL | DEBUG_VERBOSE_SYNC))
ErrorF("I830Sync\n");
if (pI830->noAccel)
return;
#ifdef XF86DRI
/* VT switching tries to do this.
*/