From: Jonathan Marek Date: Fri, 17 Apr 2020 17:01:16 +0000 (-0400) Subject: freedreno/a6xx: use RESOLVE_TS event X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72d7d2145c400816dd297a20078adea2cfcc3146;p=mesa.git freedreno/a6xx: use RESOLVE_TS event This is required on a650 to flush the GMEM store. Signed-off-by: Jonathan Marek Part-of: --- 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);