broadcom/xml: Remove vc5 base packet for tile bin/render mode config.
authorEric Anholt <eric@anholt.net>
Wed, 27 Sep 2017 23:38:28 +0000 (16:38 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 10 Oct 2017 18:42:04 +0000 (11:42 -0700)
These existed so I could unpack just the sub-id field to switch on in the
old manual CLIF dumper.  The new codegen handles sub-id automatically, but
only if these stub packets aren't there with an implicit sub-id=0.

src/broadcom/cle/v3d_packet_v33.xml

index d1333f577b5670e21f342d3149dc349d85be2ded..805677d6393ec2fa7ade7a64e56265ee12ac5ff9 100644 (file)
     <field name="Viewport Z Scale (Zc to Zs)" size="32" start="0" type="float"/>
   </packet>
 
-  <packet code="120" name="Tile Binning Mode Configuration">
-    <field name="pad" size="63" start="1" type="uint" default="0"/>
-    <field name="sub-id" size="1" start="0" type="uint" default="0"/>
-  </packet>
-
   <packet code="120" name="Tile Binning Mode Configuration (Part1)">
     <field name="Double-buffer in non-ms mode" size="1" start="63" type="bool"/>
     <field name="Multisample Mode (4x)" size="1" start="62" type="bool"/>
     <field name="sub-id" size="1" start="0" type="uint" default="1"/>
   </packet>
 
-  <packet code="121" name="Tile Rendering Mode Configuration" cl="R">
-    <field name="pad" size="60" start="4" type="uint"/>
-    <field name="sub-id" size="4" start="0" type="uint"/>
-  </packet>
-
   <packet code="121" name="Tile Rendering Mode Configuration (Common Configuration)" cl="R">
     <field name="Disable Render Target Stores" size="8" start="56" type="bool"/>
     <field name="Enable Z Store" size="1" start="55" type="bool"/>