panfrost: Fix AFBC flags on v6

Tiled headers and bounds checking were introduced with v7. The flags don't exist
on v6. Fix the XML accordingly so we don't accidentally use features too new for
the hardware.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16697>
This commit is contained in:
Alyssa Rosenzweig 2022-04-07 15:59:54 -04:00 committed by Marge Bot
parent 166d879ff0
commit bd529b7983

View file

@ -398,9 +398,7 @@
<value name="YTR" value="1"/>
<value name="Split Block" value="2"/>
<value name="Wide Block" value="4"/>
<value name="Tiled Header" value="8"/>
<value name="Prefetch" value="16"/>
<value name="Check Payload Range" value="32"/>
</enum>
<enum name="Wrap Mode">