aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno
diff options
context:
space:
mode:
authorJonathan Marek <[email protected]>2020-04-17 13:01:16 -0400
committerMarge Bot <[email protected]>2020-05-20 18:24:28 +0000
commit72d7d2145c400816dd297a20078adea2cfcc3146 (patch)
tree1d45a6a5abdbb7be896f395322bcfaf8dfaf0996 /src/gallium/drivers/freedreno
parente49748521ec9182e8d2eec823182cc463709123f (diff)
freedreno/a6xx: 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/4611>
Diffstat (limited to 'src/gallium/drivers/freedreno')
-rw-r--r--src/gallium/drivers/freedreno/a6xx/fd6_gmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c b/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c
index 1abaef699f5..0e053d62ce3 100644
--- a/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c
+++ b/src/gallium/drivers/freedreno/a6xx/fd6_gmem.c
@@ -1382,7 +1382,7 @@ fd6_emit_tile_fini(struct fd_batch *batch)
fd6_emit_lrz_flush(ring);
- fd6_event_write(batch, ring, CACHE_FLUSH_TS, true);
+ fd6_event_write(batch, ring, PC_CCU_RESOLVE_TS, true);
if (use_hw_binning(batch)) {
check_vsc_overflow(batch->ctx);