Module: Mesa Branch: main Commit: 70169c7488a8ea26c61e0e6dc14216bbd7152c98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70169c7488a8ea26c61e0e6dc14216bbd7152c98
Author: Asahi Lina <[email protected]> Date: Wed Feb 22 20:15:12 2023 +0900 asahi: Identify USC cache invalidate Signed-off-by: Asahi Lina <[email protected]> Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21538> --- src/asahi/lib/cmdbuf.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/asahi/lib/cmdbuf.xml b/src/asahi/lib/cmdbuf.xml index bcec41ea746..b889bc4058f 100644 --- a/src/asahi/lib/cmdbuf.xml +++ b/src/asahi/lib/cmdbuf.xml @@ -674,7 +674,12 @@ </struct> <struct name="VDM Barrier"> - <field name="Unknown" size="29" start="0" type="hex" default="0x1000960"/> + <field name="USC cache inval" size="1" start="3" type="bool" default="false"/> + <field name="Unk 5" size="1" start="5" type="bool" default="false"/> + <field name="Unk 6" size="1" start="6" type="bool" default="false"/> + <field name="Unk 8" size="1" start="8" type="bool" default="false"/> + <field name="Unk 11" size="1" start="11" type="bool" default="false"/> + <field name="Unk 20" size="1" start="20" type="bool" default="false"/> <field name="Block Type" size="3" start="29" type="VDM Block Type" default="Barrier"/> </struct>
