mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 02:20:25 +01:00
intel/genxml: Combine DataDWord{0, 1} fields in to ImmediateData field
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
This commit is contained in:
parent
c61b909d14
commit
97f75fdfd0
1 changed files with 1 additions and 2 deletions
|
|
@ -3386,8 +3386,7 @@
|
|||
<field name="DWord Length" start="0" end="9" type="uint" default="2"/>
|
||||
<field name="Address" start="34" end="79" type="address"/>
|
||||
<field name="Core Mode Enable" start="32" end="32" type="uint"/>
|
||||
<field name="Data DWord 0" start="96" end="127" type="uint"/>
|
||||
<field name="Data DWord 1" start="128" end="159" type="uint"/>
|
||||
<field name="Immediate Data" start="96" end="159" type="uint"/>
|
||||
</instruction>
|
||||
|
||||
<instruction name="MI_STORE_DATA_INDEX" bias="2" length="3">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue