summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-10-24 19:14:08 -0700
committerEric Anholt <eric@anholt.net>2017-10-30 13:31:19 -0700
commitcf3759a9a471e1297e0a8a8770ac66ad8eb57d27 (patch)
treeac6e2bec4d36986394b26ff9afb9518c7c60aad7
parent607031f411cfef1c80a4088f16a5bc33d995849c (diff)
broadcom/vc5: Drop alignment bits from texture P1's address.
-rw-r--r--src/broadcom/cle/v3d_packet_v33.xml2
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 3be33f41a0..c73ff35cf2 100644
--- a/src/broadcom/cle/v3d_packet_v33.xml
+++ b/src/broadcom/cle/v3d_packet_v33.xml
@@ -779,7 +779,7 @@
</struct>
<struct name="Texture Uniform Parameter 1 CFG_MODE=1">
- <field name="Texture state record base address" size="32" start="0" type="address"/>
+ <field name="Texture state record base address" size="28" start="4" type="address"/>
<field name="Return word 3 of texture data" size="1" start="3" type="bool"/>
<field name="Return word 2 of texture data" size="1" start="2" type="bool"/>
<field name="Return word 1 of texture data" size="1" start="1" type="bool"/>