diff options
author | Jonathan Marek <[email protected]> | 2020-04-17 12:41:14 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-24 17:42:01 +0000 |
commit | aa3624b8ab7815e7ac54ba656d4e8ffa6ae25e03 (patch) | |
tree | 5a832555a50aa48b843f5bc34959f8f1a7829b00 /src/freedreno/vulkan | |
parent | f81e56c9a06c06780139bc4a19befea73aa10144 (diff) |
turnip: use RESOLVE_TS event
This is required on a650 to flush the GMEM store.
Signed-off-by: Jonathan Marek <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4608>
Diffstat (limited to 'src/freedreno/vulkan')
-rw-r--r-- | src/freedreno/vulkan/tu_cmd_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freedreno/vulkan/tu_cmd_buffer.c b/src/freedreno/vulkan/tu_cmd_buffer.c index b4539745a8e..a9e075ec225 100644 --- a/src/freedreno/vulkan/tu_cmd_buffer.c +++ b/src/freedreno/vulkan/tu_cmd_buffer.c @@ -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); } |