diff options
author | Eric Anholt <[email protected]> | 2017-10-24 18:35:00 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-10-30 13:31:24 -0700 |
commit | 1d8105a167fcaf4c5768714e60183c5a6feda4a7 (patch) | |
tree | 3e3646a15645c89a7c2f040cacfc632e9e67f3ca /src/broadcom | |
parent | 99c69027e4a344ee994a353f41f0dff23901b62e (diff) |
broadcom/vc5: Keep output height pad out of the store TLB general address.
The equivalent load already had the pad separated out.
Diffstat (limited to 'src/broadcom')
-rw-r--r-- | src/broadcom/cle/v3d_packet_v33.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/broadcom/cle/v3d_packet_v33.xml b/src/broadcom/cle/v3d_packet_v33.xml index ec842186a7b..cea2ce64d39 100644 --- a/src/broadcom/cle/v3d_packet_v33.xml +++ b/src/broadcom/cle/v3d_packet_v33.xml @@ -145,7 +145,7 @@ <packet code="27" name="End of Tile Marker" cl="R"/> <packet code="29" name="Store Tile Buffer General" cl="R"> - <field name="Address" size="32" start="16" type="address"/> + <field name="Address" size="24" start="24" type="address"/> <field name="Padded height of output image in UIF blocks" size="13" start="11" type="uint"/> <field name="XOR UIF" size="1" start="10" type="bool"/> <field name="Last Tile of Frame" size="1" start="8" type="bool"/> |