Mesa (main): intel/genxml: Add missing MI_FLUSH_DW::Flush CCS field

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Feb 7 18:13:21 UTC 2022


Module: Mesa
Branch: main
Commit: d2646e147ba6d8967ca091be1e0c84518fd05812
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2646e147ba6d8967ca091be1e0c84518fd05812

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Mon Jan 24 13:10:34 2022 -0800

intel/genxml: Add missing MI_FLUSH_DW::Flush CCS field

Reviewed-by: Caio Oliveira <caio.oliveira at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14912>

---

 src/intel/genxml/gen125.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/intel/genxml/gen125.xml b/src/intel/genxml/gen125.xml
index 6f2def17848..5ed111e6e55 100644
--- a/src/intel/genxml/gen125.xml
+++ b/src/intel/genxml/gen125.xml
@@ -6428,6 +6428,7 @@
     <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="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"/>
     <field name="MI Command Opcode" start="23" end="28" type="uint" default="38"/>



More information about the mesa-commit mailing list