mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
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:
parent
3b28ba8239
commit
9baa57158d
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue