mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
Removing vtSema shilding of accel sync - should have been '&&' instead of '||'
anyway.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user