xf86-video-intel: Branch 'modesetting' - src/i830_exa.c

Zhenyu Wang zhen at kemper.freedesktop.org
Thu Feb 8 03:00:28 EET 2007


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

New commits:
diff-tree 10712c7a781e50475ee7e8ccd5bfd2d820f863e2 (from 44eacf2323454e26b535cc5a4f0789cb0ff0e7fb)
Author: Wang Zhenyu <zhenyu.z.wang at intel.com>
Date:   Thu Feb 8 08:56:42 2007 +0800

    EXA: i965 pixmap pitch align
    
    This seems like a typo, which causes screen artifacts.

diff --git a/src/i830_exa.c b/src/i830_exa.c
index 97b4a98..c3a4c40 100644
--- a/src/i830_exa.c
+++ b/src/i830_exa.c
@@ -374,7 +374,7 @@ I830EXAInit(ScreenPtr pScreen)
      */
     if (IS_I965G(pI830)) {
 	pI830->EXADriverPtr->pixmapOffsetAlign = 4 * 2;
-	pI830->EXADriverPtr->pixmapPitchAlign = 1;
+	pI830->EXADriverPtr->pixmapPitchAlign = 16;
 	pI830->EXADriverPtr->maxX = 8192;
 	pI830->EXADriverPtr->maxY = 8192;
     } else {



More information about the xorg-commit mailing list