aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2016-03-05 22:11:26 -0500
committerRob Clark <[email protected]>2016-03-13 12:23:40 -0400
commitd9395e4ed8d0703cdf23e61c62bd14b65eb49a1b (patch)
treed4a06c37ce31f0e04a64615958de3d135a190a82 /src/gallium/drivers/freedreno
parent28d2a7e67c4e8a9835710e5775cd758aa7e27f47 (diff)
freedreno/a3xx: remove duplicate mark of end of binning cmds
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno')
-rw-r--r--src/gallium/drivers/freedreno/a3xx/fd3_gmem.c3
1 files changed, 0 insertions, 3 deletions
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);