Removing vtSema shilding of accel sync - should have been '&&' instead of '||'
anyway.
This commit is contained in:
parent
88714c3b22
commit
7ce4898ee3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue