freedreno/a3xx: remove duplicate mark of end of binning cmds
authorRob Clark <robclark@freedesktop.org>
Sun, 6 Mar 2016 03:11:26 +0000 (22:11 -0500)
committerRob Clark <robclark@freedesktop.org>
Sun, 13 Mar 2016 16:23:40 +0000 (12:23 -0400)
Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/drivers/freedreno/a3xx/fd3_gmem.c

index 2ce393a41aefc70b96920a76a83e15c441d25841..c490f80f06d6a3f08a7493c2c378f627f88322fd 100644 (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);