diff options
-rw-r--r-- | src/i810_accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i810_accel.c b/src/i810_accel.c index 9a90e50d..2b0b594a 100644 --- a/src/i810_accel.c +++ b/src/i810_accel.c @@ -259,7 +259,7 @@ I810Sync(ScrnInfoPtr pScrn) #ifdef XF86DRI /* VT switching tries to do this. */ - if ((!pI810->LockHeld && pI810->directRenderingEnabled) || pScrn->vtSema) { + if (!pI810->LockHeld && pI810->directRenderingEnabled) { return; } #endif |