diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-26 20:26:42 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-26 20:27:29 +0100 |
commit | 5dce69002dd48dd6dce4f0e7ad9ecf2c4c17cfe4 (patch) | |
tree | 9f0e7b003fbd52e4c40b5f8b29c3b2daf4a193fa /src/i965_render.c | |
parent | 06ebb55d308defbf8e01e30e4f994c2dd1071c40 (diff) |
i965: Remove ATOMIC_BATCH.
This paranoid check is deceased; pining for the fjords.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i965_render.c')
-rw-r--r-- | src/i965_render.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i965_render.c b/src/i965_render.c index 843776dd..4f68b043 100644 --- a/src/i965_render.c +++ b/src/i965_render.c @@ -1234,9 +1234,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(); } { |