intel/genxml: Make "Predication enable" a boolean

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Jason Ekstrand 2016-10-14 22:58:06 -07:00
parent 468e1042cb
commit f34de3e8b0
2 changed files with 2 additions and 2 deletions

View file

@ -2698,7 +2698,7 @@
<value name="2nd level batch" value="1"/>
</field>
<field name="Add Offset Enable" start="16" end="16" type="bool"/>
<field name="Predication Enable" start="15" end="15" type="uint"/>
<field name="Predication Enable" start="15" end="15" type="bool"/>
<field name="Resource Streamer Enable" start="10" end="10" type="bool"/>
<field name="Address Space Indicator" start="8" end="8" type="uint" prefix="ASI">
<value name="GGTT" value="0"/>

View file

@ -2932,7 +2932,7 @@
<value name="Second level batch" value="1"/>
</field>
<field name="Add Offset Enable" start="16" end="16" type="bool"/>
<field name="Predication Enable" start="15" end="15" type="uint"/>
<field name="Predication Enable" start="15" end="15" type="bool"/>
<field name="Resource Streamer Enable" start="10" end="10" type="bool"/>
<field name="Address Space Indicator" start="8" end="8" type="uint" prefix="ASI">
<value name="GGTT" value="0"/>