summaryrefslogtreecommitdiff
path: root/src/r6xx_accel.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-08-02 13:27:12 -0400
committerAlex Deucher <alexdeucher@gmail.com>2010-08-02 13:27:12 -0400
commitd73aef78919005369af1b60df138439b4b6105c3 (patch)
tree106806950b4c38d530a0f82d97d749f468044979 /src/r6xx_accel.c
parentdacaf5d827b58c39f9e5a7ac0530f9ea6e257347 (diff)
r6xx/r7xx: set VGT_MAX_VTX_INDX to a larger value
Diffstat (limited to 'src/r6xx_accel.c')
-rw-r--r--src/r6xx_accel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r6xx_accel.c b/src/r6xx_accel.c
index 8e8c1bf5..5b3e32c3 100644
--- a/src/r6xx_accel.c
+++ b/src/r6xx_accel.c
@@ -1014,7 +1014,7 @@ set_default_state(ScrnInfoPtr pScrn, drmBufPtr ib)
// VGT
BEGIN_BATCH(43);
PACK0(ib, VGT_MAX_VTX_INDX, 4);
- E32(ib, 2048); /* XXX set to a reasonably large number of indices */ // VGT_MAX_VTX_INDX
+ E32(ib, 0xffffff); // VGT_MAX_VTX_INDX
E32(ib, 0); // VGT_MIN_VTX_INDX
E32(ib, 0); // VGT_INDX_OFFSET
E32(ib, 0); // VGT_MULTI_PRIM_IB_RESET_INDX