diff mbox

[1/2] Fix pitchAlignMask on i915

Message ID 1268846764-7113-1-git-send-email-mattst88@gmail.com (mailing list archive)
State Deferred, archived
Headers show

Commit Message

Matt Turner March 17, 2010, 5:26 p.m. UTC
None
diff mbox

Patch

diff --git a/src/i830_video.c b/src/i830_video.c
index db72863..4e1b9ce 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -1362,7 +1362,7 @@  i830_setup_dst_params(ScrnInfoPtr scrn, intel_adaptor_private *adaptor_priv, sho
 		if (IS_I965G(intel))
 			pitchAlignMask = 255;
 		else
-			pitchAlignMask = 255;
+			pitchAlignMask = 63;
 	}
 
 #if INTEL_XVMC