summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r700_chip.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-06-04 16:57:20 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-06-04 16:57:20 -0400
commitb5914362300d7671ed5b5a86b51acacac6fb1abf (patch)
treeee5bbe41d8c8b31be096458e0400eff832237170 /src/mesa/drivers/dri/r600/r700_chip.c
parent4782bebe4495fb880c42bc1414aeed08c0ebf75d (diff)
Don't program VGT_OUT_DEALLOC_CNTL/VGT_VERTEX_REUSE_BLOCK_CNTL
These are chip specific and are programmed by the drm. This should fix hangs on some chips.
Diffstat (limited to 'src/mesa/drivers/dri/r600/r700_chip.c')
-rw-r--r--src/mesa/drivers/dri/r600/r700_chip.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_chip.c b/src/mesa/drivers/dri/r600/r700_chip.c
index daf14bee75..5737847439 100644
--- a/src/mesa/drivers/dri/r600/r700_chip.c
+++ b/src/mesa/drivers/dri/r600/r700_chip.c
@@ -305,9 +305,6 @@ GLboolean r700InitChipObject(context_t *context)
LINK_STATES(PA_SC_AA_MASK);
- LINK_STATES(VGT_VERTEX_REUSE_BLOCK_CNTL);
- LINK_STATES(VGT_OUT_DEALLOC_CNTL);
-
LINK_STATES(DB_RENDER_CONTROL);
LINK_STATES(DB_RENDER_OVERRIDE);