Mesa (master): broadcom/vc5: Fix inclusion of FS flag bits in dumping the FS address.

Eric Anholt anholt at kemper.freedesktop.org
Thu Oct 12 18:10:15 UTC 2017


Module: Mesa
Branch: master
Commit: dc9fa4bfb37c2598180bfc52ec0ec868e4c3b337
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc9fa4bfb37c2598180bfc52ec0ec868e4c3b337

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Oct 11 17:15:10 2017 -0700

broadcom/vc5: Fix inclusion of FS flag bits in dumping the FS address.

---

 src/broadcom/cle/v3d_packet_v33.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/broadcom/cle/v3d_packet_v33.xml b/src/broadcom/cle/v3d_packet_v33.xml
index 8f7966439c..e6562a2621 100644
--- a/src/broadcom/cle/v3d_packet_v33.xml
+++ b/src/broadcom/cle/v3d_packet_v33.xml
@@ -656,7 +656,7 @@
     <field name="Vertex Shader output VPM segment size" size="8" start="6b" type="uint"/>
     <field name="Vertex Shader input VPM segment size" size="8" start="7b" type="uint"/>
     <field name="Address of default attribute values" size="32" start="8b" type="address"/>
-    <field name="Fragment Shader Code Address" size="32" start="12b" type="address"/>
+    <field name="Fragment Shader Code Address" size="29" start="99" type="address"/>
     <field name="2-way threadable" size="1" start="96" type="bool"/>
     <field name="4-way threadable" size="1" start="97" type="bool"/>
     <field name="Propagate NaNs" size="1" start="98" type="bool"/>




More information about the mesa-commit mailing list