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:
Jonathan Marek 2020-04-17 12:41:14 -04:00 committed by Marge Bot
parent f81e56c9a0
commit aa3624b8ab

View file

@ -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);
}