Module: Mesa Branch: master Commit: 72d7d2145c400816dd297a20078adea2cfcc3146 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72d7d2145c400816dd297a20078adea2cfcc3146
Author: Jonathan Marek <[email protected]> Date: Fri Apr 17 13:01:16 2020 -0400 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> --- src/gallium/drivers/freedreno/a6xx/fd6_gmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
