Skip to content

panfrost: Always write reloaded tiles when making CRC data valid

Icecream95 requested to merge icecream95/mesa:crc-wallpaper into main

If CRC data is currently invalid and the current batch will make it valid, write even clean tiles to make sure CRC data is updated.

Fixes: 8ba2f9f6 ("panfrost: Create a blitter library to replace the existing preload helpers")

Merge request reports