intel/genxml: define post-sync operations for MI_FLUSH_DW

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34276>
This commit is contained in:
Lionel Landwerlin
2025-03-29 23:12:28 +02:00
committed by Lionel Landwerlin
parent d4899b0486
commit 79a463e40b
3 changed files with 15 additions and 3 deletions
+5 -1
View File
@@ -2528,7 +2528,11 @@
<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" />
<field name="Post-Sync Operation" start="14" end="15" type="uint" />
<field name="Post-Sync Operation" start="14" end="15" type="uint">
<value name="No Write" value="0" />
<value name="Write Immediate Data" value="1" />
<value name="Write Timestamp" value="3" />
</field>
<field name="TLB Invalidate" start="18" end="18" type="bool" />
<field name="Store Data Index" start="21" end="21" type="uint" />
<field name="MI Command Opcode" start="23" end="28" type="uint" default="38" />
+5 -1
View File
@@ -1673,7 +1673,11 @@
<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" />
<field name="Post-Sync Operation" start="14" end="15" type="uint" />
<field name="Post-Sync Operation" start="14" end="15" type="uint">
<value name="No Write" value="0" />
<value name="Write Immediate Data" value="1" />
<value name="Write Timestamp" value="3" />
</field>
<field name="Flush CCS" start="16" end="16" type="bool" />
<field name="TLB Invalidate" start="18" end="18" type="bool" />
<field name="Store Data Index" start="21" end="21" type="uint" />
+5 -1
View File
@@ -3422,7 +3422,11 @@
<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" />
<field name="Post-Sync Operation" start="14" end="15" type="uint" />
<field name="Post-Sync Operation" start="14" end="15" type="uint">
<value name="No Write" value="0" />
<value name="Write Immediate Data" value="1" />
<value name="Write Timestamp" value="3" />
</field>
<field name="TLB Invalidate" start="18" end="18" type="bool" />
<field name="Store Data Index" start="21" end="21" type="uint" />
<field name="MI Command Opcode" start="23" end="28" type="uint" default="38" />