etnaviv: drop redundant calls to etna_acc_query_suspend(..)
Introduced by accident during rebase. Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4456>
This commit is contained in:
committed by
Marge Bot
parent
b06fdb8edd
commit
7a9cbb2b61
@@ -468,9 +468,6 @@ etna_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence,
|
||||
|
||||
mtx_lock(&ctx->lock);
|
||||
|
||||
list_for_each_entry(struct etna_acc_query, aq, &ctx->active_acc_queries, node)
|
||||
etna_acc_query_suspend(aq, ctx);
|
||||
|
||||
list_for_each_entry(struct etna_acc_query, aq, &ctx->active_acc_queries, node)
|
||||
etna_acc_query_suspend(aq, ctx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user