From: Rob Clark Date: Sun, 6 Mar 2016 03:11:26 +0000 (-0500) Subject: freedreno/a3xx: remove duplicate mark of end of binning cmds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9395e4ed8d0703cdf23e61c62bd14b65eb49a1b;p=mesa.git freedreno/a3xx: remove duplicate mark of end of binning cmds Signed-off-by: Rob Clark --- diff --git a/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c b/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c index 2ce393a41ae..c490f80f06d 100644 --- a/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c +++ b/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c @@ -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);