mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 21:50:11 +01:00
turnip: use RESOLVE_TS event
This is required on a650 to flush the GMEM store. Signed-off-by: Jonathan Marek <jonathan@marek.ca> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4608>
This commit is contained in:
parent
f81e56c9a0
commit
aa3624b8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1313,7 +1313,7 @@ tu6_tile_render_end(struct tu_cmd_buffer *cmd, struct tu_cs *cs)
|
|||
|
||||
tu6_emit_lrz_flush(cmd, cs);
|
||||
|
||||
tu6_emit_event_write(cmd, cs, CACHE_FLUSH_TS, true);
|
||||
tu6_emit_event_write(cmd, cs, PC_CCU_RESOLVE_TS, true);
|
||||
|
||||
tu_cs_sanity_check(cs);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue