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:
committed by
Marge Bot
parent
f81e56c9a0
commit
aa3624b8ab
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user