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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30544>
This commit is contained in:
Connor Abbott
2024-07-11 08:38:18 -04:00
committed by Marge Bot
parent b6432a6c66
commit a9f88ff2af

View File

@@ -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<CHIP>(cs, cmd->device, false);