From 687298daed40aaade44e61342a9abe984088541b Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 11 Oct 2004 09:58:04 +0000 Subject: Checking if server isn't switched away before calling sync. Sanity check for possible bugs in aother areas of the code. Fixing default amount of of allocated video memory from AGP for i810: Use 16MB if less than 192MB are installed else use 24MB (Matthias Hopf). --- src/i810_accel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i810_accel.c') diff --git a/src/i810_accel.c b/src/i810_accel.c index 2b0b594a..9a90e50d 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) { + if ((!pI810->LockHeld && pI810->directRenderingEnabled) || pScrn->vtSema) { return; } #endif -- cgit v1.2.3