panfrost: Fix XML for AFBC header on v9

Misnamed field due to copy/paste fail from Bifrost.

Fixes: c011ea6c26 ("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>
(cherry picked from commit 2cc2f217d4)
This commit is contained in:
Alyssa Rosenzweig 2022-06-01 14:34:08 -04:00 committed by Dylan Baker
parent ae07db983d
commit e320dce31a
2 changed files with 2 additions and 2 deletions

View file

@ -526,7 +526,7 @@
"description": "panfrost: Fix XML for AFBC header on v9",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "c011ea6c265d6e907652e4e4105bf3bd8fc7c03a"
},

View file

@ -1091,7 +1091,7 @@
<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>