Mesa (staging/20.1): v3d/packet: fix typo on Set InstanceID/PrimitiveID packet

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 27 22:05:36 UTC 2020


Module: Mesa
Branch: staging/20.1
Commit: d591f2a7e4ff2a3ae9db82805b8ca3e321e1fe1f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d591f2a7e4ff2a3ae9db82805b8ca3e321e1fe1f

Author: Alejandro Piñeiro <apinheiro at igalia.com>
Date:   Thu Aug 20 01:02:53 2020 +0200

v3d/packet: fix typo on Set InstanceID/PrimitiveID packet

Fixes: 276d22c52 ("v3d: Add some more new packets for V3D 4.x.")

CC: 20.2 20.1 <mesa-stable at lists.freedesktop.org>

Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6447>
(cherry picked from commit 2e8b6f64decc1bfdf53dc4846fc29070d0115844)

---

 .pick_status.json                   | 2 +-
 src/broadcom/cle/v3d_packet_v33.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.pick_status.json b/.pick_status.json
index 63f2211e8df..37979c954ec 100644
--- a/.pick_status.json
+++ b/.pick_status.json
@@ -382,7 +382,7 @@
         "description": "v3d/packet: fix typo on Set InstanceID/PrimitiveID packet",
         "nominated": true,
         "nomination_type": 1,
-        "resolution": 0,
+        "resolution": 1,
         "master_sha": null,
         "because_sha": "276d22c52dd9c50a2b2becd13c702fbb801a7e17"
     },
diff --git a/src/broadcom/cle/v3d_packet_v33.xml b/src/broadcom/cle/v3d_packet_v33.xml
index a5bac1091d3..e0955f8bdb1 100644
--- a/src/broadcom/cle/v3d_packet_v33.xml
+++ b/src/broadcom/cle/v3d_packet_v33.xml
@@ -630,11 +630,11 @@
   </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">



More information about the mesa-commit mailing list