broadcom/vc5: Fix Rendering Mode Common Config's color store bitmask.

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.
This commit is contained in:
Eric Anholt 2017-10-04 16:42:55 -07:00
parent 4b7de2a360
commit ffdba7fd4c
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@
</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"/>