mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 23:09:05 +02:00
intel/genxml: Add Un-Typed Data-Port Cache Flush field to pipe control
Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14676>
This commit is contained in:
parent
08429da731
commit
c0849a0697
1 changed files with 1 additions and 0 deletions
|
|
@ -6740,6 +6740,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="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"/>
|
||||
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue