intel/genxml: capitalize decoder mode select properly

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13788>
This commit is contained in:
Matt Turner
2020-02-03 15:50:54 -08:00
committed by Marge Bot
parent 2268fc1bb6
commit 2bb8aa2942
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4951,7 +4951,7 @@
<value name="VDEnc Mode" value="1"/>
</field>
<field name="Standalone VDEnc Mode Enable" start="46" end="46" type="bool"/>
<field name="Decoder Mode select" start="47" end="48" type="uint">
<field name="Decoder Mode Select" start="47" end="48" type="uint">
<value name="VLD Mode" value="0"/>
<value name="IT Mode" value="1"/>
<value name="Deblocker Mode" value="2"/>