mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
panfrost: Fix PROGRESS_LOAD destination register
The offset of dest should be 40, not 48. Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Fixes:486c341769("panfrost: Add architecture description XML for v10") Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33371> (cherry picked from commit38a3cd8c76)
This commit is contained in:
parent
442c29633d
commit
fa03018d28
2 changed files with 2 additions and 2 deletions
|
|
@ -174,7 +174,7 @@
|
|||
"description": "panfrost: Fix PROGRESS_LOAD destination register",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "486c3417691966301bb6c51a7d2e7f8eb887ada1",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -771,7 +771,7 @@
|
|||
</struct>
|
||||
|
||||
<struct name="CS PROGRESS_LOAD" size="2">
|
||||
<field name="Destination" size="8" start="40" type="uint"/>
|
||||
<field name="Destination" size="8" start="48" type="uint"/>
|
||||
<field name="Opcode" size="8" start="56" type="CS Opcode" default="PROGRESS_LOAD"/>
|
||||
</struct>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue