freedreno/a3xx: remove duplicate mark of end of binning cmds

Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
Rob Clark
2016-03-05 22:11:26 -05:00
parent 28d2a7e67c
commit d9395e4ed8

View File

@@ -931,9 +931,6 @@ fd3_emit_tile_init(struct fd_context *ctx)
update_vsc_pipe(ctx);
if (use_hw_binning(ctx)) {
/* mark the end of the binning cmds: */
fd_ringmarker_mark(ctx->binning_end);
/* emit hw binning pass: */
emit_binning_pass(ctx);