Skip to content

radv: Fix L2 cache rinse programming

Timur Kristóf requested to merge Venemo/mesa:radv-l2-cache into master

According to radeonsi, GLM doesn't support WB alone, so we have to set INV too when WB is set.

Essentially, this does the same thing as the following radeonsi patch: !2109 (43e7061c)

Merge request reports