aboutsummaryrefslogtreecommitdiffstats
path: root/src/broadcom/cle/v3d_packet_v42.xml
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-06-27 14:10:52 -0700
committerEric Anholt <[email protected]>2018-06-29 13:36:28 -0700
commit725561c0b6ccdf57190519c1ffcb653307ec08ec (patch)
tree3f4a480f5e36530978ade395deec0a4d45444dfa /src/broadcom/cle/v3d_packet_v42.xml
parentf8af5c58c3aa83939b1e0f03d550ba63a9ea729e (diff)
v3d: Switch v3d_decoder.c to the XML's top min_ver/max_ver fields.
The XML zipper wants one XML per version for filling out its tables, but we want to do more than one GPU version per XML now. Assume that the "gen" field will be the same as min_ver and look up our XML text assuming that they're listed in increasing min_ver.
Diffstat (limited to 'src/broadcom/cle/v3d_packet_v42.xml')
-rw-r--r--src/broadcom/cle/v3d_packet_v42.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/broadcom/cle/v3d_packet_v42.xml b/src/broadcom/cle/v3d_packet_v42.xml
index 5a335d89c22..8bad4c533b6 100644
--- a/src/broadcom/cle/v3d_packet_v42.xml
+++ b/src/broadcom/cle/v3d_packet_v42.xml
@@ -1,4 +1,4 @@
-<vcxml gen="4.2">
+<vcxml gen="4.2" min_ver="42" max_ver="42">
<enum name="Compare Function" prefix="V3D_COMPARE_FUNC">
<value name="NEVER" value="0"/>