summaryrefslogtreecommitdiffstats
path: root/src/broadcom/cle
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-07-06 14:56:26 -0700
committerEric Anholt <[email protected]>2018-07-09 11:48:32 -0700
commit93f437d12897ca7949a40b9a3128140d0adf3b8d (patch)
treed563df83a7efa93ab17172d9c350d926f345a98b /src/broadcom/cle
parent73ec437627448466b2d3da3adc74310ccd4f41e7 (diff)
v3d: Fix typo in dither mode offset.
We weren't using the field yet, so it didn't affect anything. Fixes: c0476d964abb ("v3d: Express dithering mode in the same way that the CLIF parser does.")
Diffstat (limited to 'src/broadcom/cle')
-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 3e85b672320..f93b8245dce 100644
--- a/src/broadcom/cle/v3d_packet_v33.xml
+++ b/src/broadcom/cle/v3d_packet_v33.xml
@@ -360,7 +360,7 @@
<field name="Decimate mode" size="2" start="10" type="Decimate Mode"/>
- <field name="Dither Mode" size="2" start="9" type="Dither Mode"/>
+ <field name="Dither Mode" size="2" start="8" type="Dither Mode"/>
<field name="Flip Y" size="1" start="7" type="bool"/>