panfrost: Fix XML for AFBC header on v9
authorAlyssa Rosenzweig <alyssa@collabora.com>
Wed, 1 Jun 2022 18:34:08 +0000 (14:34 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 1 Jun 2022 19:44:31 +0000 (19:44 +0000)
Misnamed field due to copy/paste fail from Bifrost.

Fixes: c011ea6c265 ("panfrost: Shuffle render target AFBC for Valhall")
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16800>

src/panfrost/lib/genxml/v9.xml

index a37e2d6..43d4610 100644 (file)
     <field name="Alpha hint" size="1" start="2:5" type="bool"/>
     <field name="Compression mode" size="6" start="2:10" type="AFBC Compression Mode"/>
 
-    <field name="Body" size="64" start="8:0" type="address"/>
+    <field name="Header" size="64" start="8:0" type="address"/>
     <field name="Row stride" size="32" start="10:0" type="uint"/>
     <field name="Body offset" size="32" start="11:0" type="uint"/>
   </struct>