intel/genxml: fix gfx6 GS SVB_INDEX encoding

This seems to match what the docs + 965 traces say

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11567>
This commit is contained in:
Dave Airlie 2021-06-24 09:06:09 +10:00 committed by Marge Bot
parent c282a082be
commit 0acd202858
1 changed files with 2 additions and 2 deletions

View File

@ -778,8 +778,8 @@
</field>
</instruction>
<instruction name="3DSTATE_GS_SVB_INDEX" bias="2" length="7" engine="render">
<field name="DWord Length" start="0" end="7" type="uint" default="5"/>
<instruction name="3DSTATE_GS_SVB_INDEX" bias="2" length="4" engine="render">
<field name="DWord Length" start="0" end="7" type="uint" default="2"/>
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="11"/>
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>