Skip to content

v3d: flush L2T cache after non-atomic TMU writes

Iago Toral requested to merge itoral/mesa:v3d_l2t_cache_workaround into master

@anholt: this is the workaround I have for the L2T cache issue that seems to be responsible for the GPU resets and memory write violation errors we have been seeing. I think we have only seen the problems in fragment shaders, so maybe we could limit the workaround to that. Anyway, let me know if you have any better ideas.

Merge request reports