freedreno: Drop pointless clear of used providers.

We don't reuse batches, no need to do anything special here.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8789>
This commit is contained in:
Eric Anholt 2021-01-29 16:49:12 -08:00 committed by Marge Bot
parent 4338cafd7f
commit 3aeb029728

View file

@ -420,7 +420,6 @@ fd_hw_query_enable(struct fd_batch *batch, struct fd_ringbuffer *ring)
ctx->hw_sample_providers[idx]->enable(ctx, ring);
}
}
batch->query_providers_used = 0; /* clear it for next frame */
}
void