xf86-video-intel: Branch 'exa' - src/i830_driver.c

Zhenyu Wang zhen at kemper.freedesktop.org
Fri Sep 22 10:07:45 EEST 2006


 src/i830_driver.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree ff202f8e2ae4117b464c94047001023d5d0531cc (from 1681fe6bb041385e5aefb11baa9afd1f614abc5b)
Author: Wang Zhenyu <zhenyu.z.wang at intel.com>
Date:   Fri Sep 22 15:02:19 2006 +0800

    Fix a typo to mark sync for XAA.
    
    This should fix the scrolling screen corrupt in
    XAA method.

diff --git a/src/i830_driver.c b/src/i830_driver.c
index 10a329c..4d9de0c 100644
--- a/src/i830_driver.c
+++ b/src/i830_driver.c
@@ -8900,7 +8900,7 @@ i830MarkSync(ScrnInfoPtr pScrn)
 
 #ifdef I830_USE_XAA
    if (!pI830->useEXA && pI830->AccelInfoRec)
-      pI830->AccelInfoRec->NeedToSync = FALSE;
+      pI830->AccelInfoRec->NeedToSync = TRUE;
 #endif
 #ifdef I830_USE_EXA
    if (pI830->useEXA && pI830->EXADriverPtr) {



More information about the xorg-commit mailing list