panfrost: Add secondary shader XML fields
authorAlyssa Rosenzweig <alyssa@collabora.com>
Tue, 22 Jun 2021 15:05:22 +0000 (11:05 -0400)
committerAlyssa Rosenzweig <alyssa@collabora.com>
Tue, 6 Jul 2021 19:50:28 +0000 (15:50 -0400)
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11413>

src/panfrost/lib/midgard.xml

index 1a89bc3..61117cb 100644 (file)
     <field name="SFBD Blend Shader" size="64" start="14:0" type="address"/>
     <field name="SFBD Blend Equation" size="32" start="14:0" type="Blend Equation"/>
     <field name="SFBD Blend Constant" size="32" start="15:0" type="float"/>
+    <!-- New in v6, only without message preloading -->
+    <field name="Secondary preload" size="32" start="13:0" type="Preload"/>
+    <field name="Secondary shader" size="64" start="13:0" type="address"/>
     <!-- New in v7, only with a single shader (XXX: type Message Preload) -->
     <field name="Message Preload 1" size="16" start="15:0" type="uint"/>
     <field name="Message Preload 2" size="16" start="15:16" type="uint"/>