OSDN Git Service

broadcom/vc5: Fix Rendering Mode Common Config's color store bitmask.
authorEric Anholt <eric@anholt.net>
Wed, 4 Oct 2017 23:42:55 +0000 (16:42 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 10 Oct 2017 18:42:06 +0000 (11:42 -0700)
This controls the RTs that get stored by the default resolved store, the
same way that the extended resolved store packet has a RT bitmask.

src/broadcom/cle/v3d_packet_v33.xml

index 1c8ffe4..2487dae 100644 (file)
   </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="Disable Render Target Stores" size="8" start="56" type="uint"/>
     <field name="Enable Z Store" size="1" start="55" type="bool"/>
     <field name="Enable Stencil Store" size="1" start="54" type="bool"/>