v3d: Fix typo in dither mode offset.
authorEric Anholt <eric@anholt.net>
Fri, 6 Jul 2018 21:56:26 +0000 (14:56 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 9 Jul 2018 18:48:32 +0000 (11:48 -0700)
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.")
src/broadcom/cle/v3d_packet_v33.xml

index 3e85b6723203079aec5d765c3317048e61b6384d..f93b8245dce1c4cb520694baabf112d9f7ffdf98 100644 (file)
 
     <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"/>