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@lists.freedesktop.org>

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6447>
(cherry picked from commit 2e8b6f64de)
This commit is contained in:
Alejandro Piñeiro 2020-08-20 01:02:53 +02:00 committed by Eric Engestrom
parent a8be210170
commit 0936b0eb7f
2 changed files with 3 additions and 3 deletions

View file

@ -2542,7 +2542,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"
},

View file

@ -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">