intel/genxml: update PIPE_CONTROL so that we can decode it on the CCS

Signed-off-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28013>
This commit is contained in:
Rohan Garg 2024-03-06 14:27:56 +01:00 committed by Marge Bot
parent 3b28ba8239
commit 9baa57158d

View file

@ -813,7 +813,7 @@
<field name="Command SubType" start="27" end="28" type="uint" default="1" />
<field name="Command Type" start="29" end="31" type="uint" default="3" />
</instruction>
<instruction name="PIPE_CONTROL" bias="2" length="6" engine="render">
<instruction name="PIPE_CONTROL" bias="2" length="6" engine="render|compute">
<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" />