intel/genxml: add PIPE_CONTROL field for L3 read only cache invalidation
Cc: mesa-stable Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14815>
This commit is contained in:
@@ -6450,6 +6450,7 @@
|
||||
<instruction name="PIPE_CONTROL" bias="2" length="6" engine="render">
|
||||
<field name="DWord Length" start="0" end="7" type="uint" default="4"/>
|
||||
<field name="HDC Pipeline Flush Enable" start="9" end="9" type="bool"/>
|
||||
<field name="L3 Read Only Cache Invalidation Enable" start="10" end="10" type="bool"/>
|
||||
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="0"/>
|
||||
<field name="3D Command Opcode" start="24" end="26" type="uint" default="2"/>
|
||||
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
||||
|
||||
@@ -6782,6 +6782,7 @@
|
||||
<instruction name="PIPE_CONTROL" bias="2" length="6" engine="render">
|
||||
<field name="DWord Length" start="0" end="7" type="uint" default="4"/>
|
||||
<field name="HDC Pipeline Flush Enable" start="9" end="9" type="bool"/>
|
||||
<field name="L3 Read Only Cache Invalidation Enable" start="10" end="10" type="bool"/>
|
||||
<field name="Untyped Data Port Cache Flush Enable" start="11" end="11" type="bool"/>
|
||||
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="0"/>
|
||||
<field name="3D Command Opcode" start="24" end="26" type="uint" default="2"/>
|
||||
|
||||
Reference in New Issue
Block a user