mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
freedreno/a3xx: remove duplicate mark of end of binning cmds
Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
28d2a7e67c
commit
d9395e4ed8
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue