mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
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:
parent
166d879ff0
commit
bd529b7983
1 changed files with 0 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue