Module: Mesa
Branch: main
Commit: 6e166af59ea32e4afda60d6ded5a44730d0c71dc
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e166af59ea32e4afda60d6ded5a44730d0c71dc

Author: Boris Brezillon <[email protected]>
Date:   Wed Jul  5 11:10:49 2023 +0200

pan/genxml: Fix "{Last,First} Heap Chunk" field position

Those two fields were swapped.

Signed-off-by: Boris Brezillon <[email protected]>
Reviewed-by: Erik Faye-Lund <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26221>

---

 src/panfrost/lib/genxml/v10.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/panfrost/lib/genxml/v10.xml b/src/panfrost/lib/genxml/v10.xml
index 45d9199d53a..2dc6a764aec 100644
--- a/src/panfrost/lib/genxml/v10.xml
+++ b/src/panfrost/lib/genxml/v10.xml
@@ -602,8 +602,8 @@
   <struct name="CEU FINISH_FRAGMENT" size="2">
     <field name="Increment Fragment Completed" size="1" start="0" type="bool"/>
     <field name="Wait mask" size="16" start="16" type="hex"/>
-    <field name="First Heap Chunk" size="8" start="32" type="hex"/>
-    <field name="Last Heap Chunk" size="8" start="40" type="hex"/>
+    <field name="Last Heap Chunk" size="8" start="32" type="hex"/>
+    <field name="First Heap Chunk" size="8" start="40" type="hex"/>
     <field name="Scoreboard entry" size="4" start="48" type="hex"/>
     <field name="Opcode" size="8" start="56" type="CEU Opcode" 
default="FINISH_FRAGMENT"/>
   </struct>

Reply via email to