[pkg-fso-commits] [SCM] xf86-video-glamo,	SMedia Glamo video driver for X.Org branch, master,	updated. upstream/0.0.0+20090224.git703acea1-21-g98c012f
    Lars-Peter Clausen 
    lars at metafoo.de
       
    Thu Jul 23 13:14:02 UTC 2009
    
    
  
The following commit has been merged in the master branch:
commit b45d78c927715b8814404fc2a34ae0aa1d003c29
Author: Lars-Peter Clausen <lars at metafoo.de>
Date:   Sun Jul 5 14:47:49 2009 +0200
    With the recent changes this should not be necessary anymore.
    
    Revert "Don't wait when disabling the cmdq. it causes a wsod for some users."
    
    This reverts commit 25c4b0e80e93e04e6f7d4b8bca6d007fb9de6da8.
diff --git a/src/glamo-cmdq.c b/src/glamo-cmdq.c
index e80e617..38950d7 100644
--- a/src/glamo-cmdq.c
+++ b/src/glamo-cmdq.c
@@ -204,8 +204,7 @@ void
 GLAMOCMDQDisable(ScrnInfoPtr pScrn) {
     GlamoPtr pGlamo = GlamoPTR(pScrn);
 
-/*  Causes WSOD for some users.
-    GLAMOEngineWait(pGlamo, GLAMO_ENGINE_ALL); */
+	GLAMOEngineWait(pGlamo, GLAMO_ENGINE_ALL);
     GLAMOEngineDisable(pGlamo, GLAMO_ENGINE_CMDQ);
 }
 
-- 
xf86-video-glamo, SMedia Glamo video driver for X.Org
    
    
More information about the pkg-fso-commits
mailing list