From 7a9cbb2b6176b723d3ee54f7b4f6c885163da616 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Sun, 5 Apr 2020 21:42:10 +0200 Subject: [PATCH] etnaviv: drop redundant calls to etna_acc_query_suspend(..) Introduced by accident during rebase. Signed-off-by: Christian Gmeiner Part-of: --- src/gallium/drivers/etnaviv/etnaviv_context.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/drivers/etnaviv/etnaviv_context.c b/src/gallium/drivers/etnaviv/etnaviv_context.c index 9f9c539a413..4f8578aac78 100644 --- a/src/gallium/drivers/etnaviv/etnaviv_context.c +++ b/src/gallium/drivers/etnaviv/etnaviv_context.c @@ -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); -- 2.30.2