summaryrefslogtreecommitdiffstats
path: root/src/broadcom
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2017-09-27 14:54:05 -0700
committerEric Anholt <[email protected]>2017-10-10 11:42:04 -0700
commitafb31a9e87b8a56ab1bf2db302386d873dd06d1e (patch)
treeed9d1e96f98facfc0f8dbd62e5c4257ea9161083 /src/broadcom
parent45bb8f2957108056de10721d50259e2f8c5a4ddc (diff)
braodcom/xml: Fix a pasteo in vc5 store tile buffer general.
Diffstat (limited to 'src/broadcom')
-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 98a45266d0f..d1333f577b5 100644
--- a/src/broadcom/cle/v3d_packet_v33.xml
+++ b/src/broadcom/cle/v3d_packet_v33.xml
@@ -116,7 +116,7 @@
<packet code="29" name="Store Tile Buffer General" cl="R">
<field name="Address" size="32" start="16" type="address"/>
<field name="Padded height of output image in UIF blocks" size="13" start="11" type="uint"/>
- <field name="XOR UIF" 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"/>
<field name="Disable Colour buffer(s) clear on write" size="1" start="7" type="bool"/>
<field name="Disable Stencil buffer clear on write" size="1" start="6" type="bool"/>