Skip to content

radv: Disable coherent L2 optimization on cards with noncoherent L2.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:cache-fix-2 into main

With high likelihood we are forgetting to set the noncoherent bits somewhere but I don't have the HW to debug. To avoid user pain disable this optimization on these GPUs.

Closes: #5505 (closed) Fixes: fd8210f2 ("radv: Try to do a better job of dealing with L2 coherent images.")

Merge request reports