panfrost: Correct ASTC decode mode XML

The narrow/wide bit was backwards.

Fixes: bfba7533c7 ("panfrost: Add Valhall Plane Descriptor XML")
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15461>
This commit is contained in:
Alyssa Rosenzweig
2022-03-13 18:25:30 -04:00
committed by Marge Bot
parent fd87135852
commit 02f519601a

View File

@@ -750,8 +750,8 @@
</struct>
<struct name="Plane ASTC Overlay" size="8">
<field name="Decode Narrow" size="1" start="24" type="bool"/>
<field name="Decode HDR" size="1" start="25" type="bool"/>
<field name="Decode HDR" size="1" start="24" type="bool"/>
<field name="Decode Wide" size="1" start="25" type="bool"/>
<field name="2D" size="32" start="0" type="Plane ASTC 2D Overlay"/>
<field name="3D" size="32" start="0" type="Plane ASTC 3D Overlay"/>