summaryrefslogtreecommitdiffstats
path: root/src/broadcom
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2017-09-27 16:38:28 -0700
committerEric Anholt <[email protected]>2017-10-10 11:42:04 -0700
commitefa329ab4f81b3cf7050418189f72f5547708bc1 (patch)
tree413c6207668e022b9d8d10749744ca4de296dada /src/broadcom
parentafb31a9e87b8a56ab1bf2db302386d873dd06d1e (diff)
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.
Diffstat (limited to 'src/broadcom')
-rw-r--r--src/broadcom/cle/v3d_packet_v33.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/broadcom/cle/v3d_packet_v33.xml b/src/broadcom/cle/v3d_packet_v33.xml
index d1333f577b5..805677d6393 100644
--- a/src/broadcom/cle/v3d_packet_v33.xml
+++ b/src/broadcom/cle/v3d_packet_v33.xml
@@ -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"/>