mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
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 commit29025f66fd)
This commit is contained in:
parent
ca307d8cbf
commit
a6c713f8c5
8 changed files with 8 additions and 8 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue