mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
tu: Add missing WFI to the 3d GMEM store path
Similar to the 2d path.
Fixes: b157a5d ("tu: Implement non-aligned multisample GMEM STORE_OP_STORE")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17058>
This commit is contained in:
parent
705c0d0373
commit
a9d7b47613
1 changed files with 3 additions and 0 deletions
|
|
@ -3031,6 +3031,9 @@ store_3d_blit(struct tu_cmd_buffer *cmd,
|
|||
/* sync GMEM writes with CACHE. */
|
||||
tu6_emit_event_write(cmd, cs, CACHE_INVALIDATE);
|
||||
|
||||
/* Wait for CACHE_INVALIDATE to land */
|
||||
tu_cs_emit_wfi(cs);
|
||||
|
||||
r3d_run(cmd, cs);
|
||||
|
||||
/* Draws write to the CCU, unlike CP_EVENT_WRITE::BLIT which writes to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue