mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
intel/genxml: fix some missing address from the 75 xml
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13788>
This commit is contained in:
parent
5d956d65b6
commit
0f3f8b4591
1 changed files with 6 additions and 2 deletions
|
|
@ -2725,6 +2725,10 @@
|
|||
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
||||
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
||||
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
||||
<group count="16" start="32" size="64">
|
||||
<field name="Direct MV Buffer - Address" start="0" end="63" type="address"/>
|
||||
</group>
|
||||
<field name="Direct MV Buffer (Write) - Address" start="1088" end="1151" type="address"/>
|
||||
<group count="34" start="1184" size="32">
|
||||
<field name="POC List" start="0" end="31" type="uint"/>
|
||||
</group>
|
||||
|
|
@ -2982,7 +2986,7 @@
|
|||
<value name="Third Highest Priority" value="2"/>
|
||||
<value name="Lowest Priority" value="3"/>
|
||||
</field>
|
||||
<field name="BSD/MPC Row Store Scratch Buffer - Address" start="38" end="63" type="uint"/>
|
||||
<field name="BSD/MPC Row Store Scratch Buffer - Address" start="38" end="63" type="address"/>
|
||||
<field name="MPR Row Store Scratch Buffer - MOCS" start="128" end="131" type="uint" nonzero="true"/>
|
||||
<field name="MPR Row Store Scratch Buffer - Arbitration Priority Control" start="132" end="133" type="uint">
|
||||
<value name="Highest priority" value="0"/>
|
||||
|
|
@ -2990,7 +2994,7 @@
|
|||
<value name="Third highest priority" value="2"/>
|
||||
<value name="Lowest priority" value="3"/>
|
||||
</field>
|
||||
<field name="MPR Row Store Scratch Buffer - Address" start="134" end="159" type="uint"/>
|
||||
<field name="MPR Row Store Scratch Buffer - Address" start="134" end="159" type="address"/>
|
||||
<field name="Bitplane Read Buffer - MOCS" start="224" end="227" type="uint" nonzero="true"/>
|
||||
<field name="Bitplane Read Buffer - Arbitration Priority Control" start="228" end="229" type="uint">
|
||||
<value name="Highest priority" value="0"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue