Module: Mesa
Branch: master
Commit: 7039d9299e11c69b14c7bb67ad0124ecde751f4a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7039d9299e11c69b14c7bb67ad0124ecde751f4a

Author: Marek Olšák <[email protected]>
Date:   Wed Jul 25 20:21:04 2018 -0400

radeonsi: update a comment about cache behavior

---

 src/gallium/drivers/radeonsi/si_state_streamout.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gallium/drivers/radeonsi/si_state_streamout.c 
b/src/gallium/drivers/radeonsi/si_state_streamout.c
index 8b0dfa5b11..fd7e843bc4 100644
--- a/src/gallium/drivers/radeonsi/si_state_streamout.c
+++ b/src/gallium/drivers/radeonsi/si_state_streamout.c
@@ -116,9 +116,9 @@ static void si_set_streamout_targets(struct pipe_context 
*ctx,
                /* Invalidate the scalar cache in case a streamout buffer is
                 * going to be used as a constant buffer.
                 *
-                * Invalidate TC L1, because streamout bypasses it (done by
-                * setting GLC=1 in the store instruction), but it can contain
-                * outdated data of streamout buffers.
+                * Invalidate vL1, because streamout bypasses it (done by
+                * setting GLC=1 in the store instruction), but vL1 in other
+                * CUs can contain outdated data of streamout buffers.
                 *
                 * VS_PARTIAL_FLUSH is required if the buffers are going to be
                 * used as an input immediately.

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to