xf86-video-ati: Branch 'kms-support'

Jerome Glisse glisse at kemper.freedesktop.org
Wed Jun 17 05:37:51 PDT 2009


 src/radeon_commonfuncs.c |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 334e0e74d6fcc3ef0f1fc3269969d1fa081b5748
Author: Jerome Glisse <jglisse at redhat.com>
Date:   Wed Jun 17 14:37:12 2009 +0200

    r300: don't emit vap index offset on r5xx hw when using cs
    
    vap index offset is programmed to 0 by the kernel, it
    would add work to kernel checker to allow userspace
    programming of this so it's now disallowed with CS
    on KMS.

diff --git a/src/radeon_commonfuncs.c b/src/radeon_commonfuncs.c
index 219df9e..836524b 100644
--- a/src/radeon_commonfuncs.c
+++ b/src/radeon_commonfuncs.c
@@ -101,10 +101,6 @@ static void FUNC_NAME(RADEONInit3DEngine)(ScrnInfoPtr pScrn)
 	    OUT_ACCEL_REG(R500_SU_REG_DEST, su_reg_dest);
 	    OUT_ACCEL_REG(R500_VAP_INDEX_OFFSET, 0);
 	    FINISH_ACCEL();
-        } else {
-	    BEGIN_ACCEL(1);
-	    OUT_ACCEL_REG(R500_VAP_INDEX_OFFSET, 0);
-	    FINISH_ACCEL();
         }
 	}
 


More information about the xorg-commit mailing list