mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 03:38:06 +02: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> (cherry picked from commit2cc2f217d4)
This commit is contained in:
parent
ae07db983d
commit
e320dce31a
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue