v3d/packet: fix typo on Set InstanceID/PrimitiveID packet
authorAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 19 Aug 2020 23:02:53 +0000 (01:02 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 26 Aug 2020 01:59:14 +0000 (03:59 +0200)
Fixes: 276d22c52 ("v3d: Add some more new packets for V3D 4.x.")
CC: 20.2 20.1 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6447>

src/broadcom/cle/v3d_packet_v33.xml

index a5bac1091d3e5e9efb1b00c5d23ce841c035b274..e0955f8bdb115c2f0aa393802e286e847870b96a 100644 (file)
   </packet>
 
   <packet code="54" name="Set InstanceID" cl="B" min_ver="41">
-    <field name="Instance ID" size="32" start="32" type="uint"/>
+    <field name="Instance ID" size="32" start="0" type="uint"/>
   </packet>
 
   <packet code="55" name="Set PrimitiveID" cl="B" min_ver="41">
-    <field name="Primitive ID" size="32" start="32" type="uint"/>
+    <field name="Primitive ID" size="32" start="0" type="uint"/>
   </packet>
 
   <packet code="56" name="Prim List Format">