diff options
author | Eric Anholt <[email protected]> | 2017-11-01 11:48:44 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2017-11-07 09:19:48 -0800 |
commit | bb6997e6a349cba95fb29dd6b5223bf8a4d42152 (patch) | |
tree | a0f14bd101739f54fa25a1f85ee853155d4b96ab /src/broadcom | |
parent | 949ac638bc9d5f16abd1666bb465c7f935286d87 (diff) |
broadcom/vc5: Drop padding bits from the bottom of the TSDA address.
Fixes misaligned-looking addresses in decode.
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 9077dcd82ae..2ba6b5f0953 100644 --- a/src/broadcom/cle/v3d_packet_v33.xml +++ b/src/broadcom/cle/v3d_packet_v33.xml @@ -391,7 +391,7 @@ <field name="Height (in tiles)" size="12" start="44" type="uint"/> <field name="Width (in tiles)" size="12" start="32" type="uint"/> - <field name="Tile State Data Array Base Address" size="32" start="0" type="address"/> + <field name="Tile State Data Array Base Address" size="26" start="6" type="address"/> <field name="tile allocation block size" size="2" start="4" type="uint"> <value name="tile allocation block size 64b" value="0"/> |