From a9f88ff2aff4450bdf079b83142e90b4b9767e8c Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Thu, 11 Jul 2024 08:38:18 -0400 Subject: [PATCH] tu: Don't WFI after initializing RB_CCU_CNTL on a7xx There's no reason to do this and the blob doesn't. Part-of: --- src/freedreno/vulkan/tu_cmd_buffer.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/freedreno/vulkan/tu_cmd_buffer.cc b/src/freedreno/vulkan/tu_cmd_buffer.cc index c04e02896f8..d2d7a780584 100644 --- a/src/freedreno/vulkan/tu_cmd_buffer.cc +++ b/src/freedreno/vulkan/tu_cmd_buffer.cc @@ -1300,7 +1300,6 @@ tu6_init_hw(struct tu_cmd_buffer *cmd, struct tu_cs *cs) !dev->physical_device->info->a6xx.has_gmem_fast_clear, .concurrent_resolve = dev->physical_device->info->a6xx.concurrent_resolve, )); - tu_cs_emit_wfi(cs); } emit_rb_ccu_cntl(cs, cmd->device, false);