broadcom/xml: Remove vc5 base packet for tile bin/render mode config.

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.
This commit is contained in:
Eric Anholt 2017-09-27 16:38:28 -07:00
parent afb31a9e87
commit efa329ab4f

View file

@ -322,11 +322,6 @@
<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"/>
@ -364,11 +359,6 @@
<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"/>