xf86-video-ati: Branch 'cayman_accel'

Alex Deucher agd5f at kemper.freedesktop.org
Mon Apr 18 15:19:03 PDT 2011


 src/cayman_accel.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0f72179ace0c0d16b8280ab1313870230812fe3f
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Mon Apr 18 18:16:51 2011 -0400

    cayman: fix dword counts default state
    
    Signed-off-by: Alex Deucher <alexdeucher at gmail.com>

diff --git a/src/cayman_accel.c b/src/cayman_accel.c
index 3d803c2..1dfaece 100644
--- a/src/cayman_accel.c
+++ b/src/cayman_accel.c
@@ -158,12 +158,12 @@ cayman_set_default_state(ScrnInfoPtr pScrn)
     for (i = 0; i < PA_SC_VPORT_SCISSOR_0_TL_num; i++)
 	evergreen_set_vport_scissor (pScrn, i, 0, 0, 8192, 8192);
 
-    BEGIN_BATCH(66);
+    BEGIN_BATCH(73);
     PACK0(PA_SC_MODE_CNTL_0, 2);
     E32(0); // PA_SC_MODE_CNTL_0
     E32(0); // PA_SC_MODE_CNTL_1
 
-    PACK0(PA_SC_CENTROID_PRIORITY_0, 34);
+    PACK0(PA_SC_CENTROID_PRIORITY_0, 27);
     E32((0 << DISTANCE_0_shift) |
 	(1 << DISTANCE_1_shift) |
 	(2 << DISTANCE_2_shift) |


More information about the xorg-commit mailing list