Blob Blame History Raw
diff -up xf86-video-ati-6.12.2/src/radeon_textured_videofuncs.c.dma xf86-video-ati-6.12.2/src/radeon_textured_videofuncs.c
--- xf86-video-ati-6.12.2/src/radeon_textured_videofuncs.c.dma	2009-04-27 11:23:13.000000000 +1000
+++ xf86-video-ati-6.12.2/src/radeon_textured_videofuncs.c	2009-04-27 11:23:22.000000000 +1000
@@ -1601,7 +1601,7 @@ FUNC_NAME(RADEONDisplayTexturedVideo)(Sc
 	    }
 	}
 
-	qwords = info->new_cs ? 8 : 6;
+	qwords = info->new_cs ? 7 : 6;
 	BEGIN_ACCEL(qwords);
 	OUT_ACCEL_REG(R300_TX_INVALTAGS, 0);
 	OUT_ACCEL_REG(R300_TX_ENABLE, txenable);