mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 09:10:32 +01:00
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>
This commit is contained in:
parent
e596a0423b
commit
2cc2f217d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1126,7 +1126,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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue