v3d: Switch v3d_decoder.c to the XML's top min_ver/max_ver fields.
authorEric Anholt <eric@anholt.net>
Wed, 27 Jun 2018 21:10:52 +0000 (14:10 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 29 Jun 2018 20:36:28 +0000 (13:36 -0700)
commit725561c0b6ccdf57190519c1ffcb653307ec08ec
tree3f4a480f5e36530978ade395deec0a4d45444dfa
parentf8af5c58c3aa83939b1e0f03d550ba63a9ea729e
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.
src/broadcom/cle/v3d_decoder.c
src/broadcom/cle/v3d_packet_v21.xml
src/broadcom/cle/v3d_packet_v33.xml
src/broadcom/cle/v3d_packet_v41.xml
src/broadcom/cle/v3d_packet_v42.xml