panfrost: Make Divisor E an integer on v9
authorAlyssa Rosenzweig <alyssa@collabora.com>
Fri, 25 Feb 2022 20:15:35 +0000 (15:15 -0500)
committerMarge Bot <emma+marge@anholt.net>
Tue, 1 Mar 2022 19:43:22 +0000 (19:43 +0000)
For consistency with previous architecture's XML files. Logically this is an
1-bit unsigned integer, not a boolean.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15204>

src/panfrost/lib/genxml/v9.xml

index b3a6abe..dcb7f29 100644 (file)
     <field name="Table" size="6" start="1:0" type="uint"/>
     <field name="Frequency" size="2" start="1:6" type="Attribute Frequency"/> <!-- Internally, ID select -->
     <field name="Divisor R" size="5" start="1:24" type="uint"/>
-    <field name="Divisor E" size="1" start="1:29" type="bool"/>
+    <field name="Divisor E" size="1" start="1:29" type="uint"/>
     <field name="Offset" size="32" start="2:0" type="int"/>
     <field name="Buffer index" size="32" start="3:0" type="uint"/> 
     <field name="Stride" size="32" start="4:0" type="uint"/>