summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-05-26 20:26:42 +0100
committerOwain G. Ainsworth <oga@openbsd.org>2010-05-27 14:50:20 +0100
commitf362e0f71a7b195a6ddc4f705214678a7e7ade99 (patch)
tree9c76249c040ffb8991a75e3fb22a5448c3dfabcc /src
parent8bee593a034a75f51165cc1af1b8e1c97bea7e76 (diff)
i965: Remove ATOMIC_BATCH.
This paranoid check is deceased; pining for the fjords. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> (cherry picked from commit 5dce69002dd48dd6dce4f0e7ad9ecf2c4c17cfe4) Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
Diffstat (limited to 'src')
-rw-r--r--src/i965_render.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i965_render.c b/src/i965_render.c
index 07bb625f..3e425efc 100644
--- a/src/i965_render.c
+++ b/src/i965_render.c
@@ -1216,9 +1216,7 @@ static void i965_emit_composite_state(ScrnInfoPtr scrn)
/* Ironlake errata workaround: Before disabling the clipper,
* you have to MI_FLUSH to get the pipeline idle.
*/
- ATOMIC_BATCH(1);
OUT_BATCH(MI_FLUSH);
- ADVANCE_BATCH();
}
{