intel/genxml: Fix MI_FLUSH_DW to actually specify the length properly

Fixes: 569afd37f1 ("intel/genxml: Copy gen12.xml to gen125.xml")
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13809>
(cherry picked from commit 29025f66fd)
This commit is contained in:
Kenneth Graunke 2021-11-09 18:34:29 -08:00 committed by Eric Engestrom
parent ca307d8cbf
commit a6c713f8c5
8 changed files with 8 additions and 8 deletions

View file

@ -382,7 +382,7 @@
"description": "intel/genxml: Fix MI_FLUSH_DW to actually specify the length properly",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "569afd37f15cfc51750a71fd695f4496b0358fbb"
},

View file

@ -5918,7 +5918,7 @@
</instruction>
<instruction name="MI_FLUSH_DW" bias="2" length="5" engine="video">
<field name="DWord Length" start="0" end="5" type="uint"/>
<field name="DWord Length" start="0" end="5" type="uint" default="3"/>
<field name="Video Pipeline Cache Invalidate" start="7" end="7" type="bool"/>
<field name="Notify Enable" start="8" end="8" type="bool"/>
<field name="Flush LLC" start="9" end="9" type="bool"/>

View file

@ -6010,7 +6010,7 @@
</instruction>
<instruction name="MI_FLUSH_DW" bias="2" length="5" engine="video">
<field name="DWord Length" start="0" end="5" type="uint"/>
<field name="DWord Length" start="0" end="5" type="uint" default="3"/>
<field name="Video Pipeline Cache Invalidate" start="7" end="7" type="bool"/>
<field name="Notify Enable" start="8" end="8" type="bool"/>
<field name="Flush LLC" start="9" end="9" type="bool"/>

View file

@ -2486,7 +2486,7 @@
</instruction>
<instruction name="MI_FLUSH_DW" bias="2" length="4" engine="video">
<field name="DWord Length" start="0" end="5" type="uint"/>
<field name="DWord Length" start="0" end="5" type="uint" default="2"/>
<field name="Video Pipeline Cache Invalidate" start="7" end="7" type="bool"/>
<field name="Notify Enable" start="8" end="8" type="bool"/>
<field name="Post-Sync Operation" start="14" end="15" type="uint"/>

View file

@ -3336,7 +3336,7 @@
</instruction>
<instruction name="MI_FLUSH_DW" bias="2" length="4" engine="video">
<field name="DWord Length" start="0" end="5" type="uint"/>
<field name="DWord Length" start="0" end="5" type="uint" default="2"/>
<field name="Video Pipeline Cache Invalidate" start="7" end="7" type="bool"/>
<field name="Notify Enable" start="8" end="8" type="bool"/>
<field name="Post-Sync Operation" start="14" end="15" type="uint"/>

View file

@ -3638,7 +3638,7 @@
</instruction>
<instruction name="MI_FLUSH_DW" bias="2" length="4" engine="video">
<field name="DWord Length" start="0" end="5" type="uint"/>
<field name="DWord Length" start="0" end="5" type="uint" default="2"/>
<field name="Video Pipeline Cache Invalidate" start="7" end="7" type="bool"/>
<field name="Notify Enable" start="8" end="8" type="bool"/>
<field name="Post-Sync Operation" start="14" end="15" type="uint"/>

View file

@ -4152,7 +4152,7 @@
</instruction>
<instruction name="MI_FLUSH_DW" bias="2" length="5" engine="video">
<field name="DWord Length" start="0" end="5" type="uint"/>
<field name="DWord Length" start="0" end="5" type="uint" default="3"/>
<field name="Video Pipeline Cache Invalidate" start="7" end="7" type="bool"/>
<field name="Notify Enable" start="8" end="8" type="bool"/>
<field name="Post-Sync Operation" start="14" end="15" type="uint"/>

View file

@ -5536,7 +5536,7 @@
</instruction>
<instruction name="MI_FLUSH_DW" bias="2" length="5" engine="video">
<field name="DWord Length" start="0" end="5" type="uint"/>
<field name="DWord Length" start="0" end="5" type="uint" default="3"/>
<field name="Video Pipeline Cache Invalidate" start="7" end="7" type="bool"/>
<field name="Notify Enable" start="8" end="8" type="bool"/>
<field name="Flush LLC" start="9" end="9" type="bool"/>