xf86-video-intel: Branch '2.6' - src/i830_video.c

Remi Cardona remi at kemper.freedesktop.org
Thu Nov 5 08:01:28 PST 2009


 src/i830_video.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2484b1ed2162c5b96173fd1b07ad3421d0dec5c2
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Fri Mar 13 21:32:08 2009 +0200

    Fix Xv crash with overlay video.
    
    Bug #20585.
    (cherry picked from commit 2026c57cf0a352d9e6f9d208cfb7d4d550614477)

diff --git a/src/i830_video.c b/src/i830_video.c
index c9a0181..0698107 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -1404,7 +1404,7 @@ I830CopyPlanarData(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv,
 	dst_base = pPriv->buf->virtual;
     } else {
 	drm_intel_gem_bo_start_gtt_access(pPriv->buf, TRUE);
-	dst_base = pI830->FbBase + pPriv->buf->offset;
+	dst_base = pI830->FbBase;
     }
 
     if (pPriv->currentBuf == 0)


More information about the xorg-commit mailing list