OSDN Git Service

v3d: Dump fields in CLIF output in increasing offset order.
authorEric Anholt <eric@anholt.net>
Tue, 26 Jun 2018 19:57:16 +0000 (12:57 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 28 Jul 2018 00:56:55 +0000 (17:56 -0700)
commita57770aa37f2c97125ed10e54e9385bcc38c3811
tree043989b833ed715119823e54d9958b20f2ee3678
parent95bafeeabfeb1d8348191fa66ed2e5c3b730c54b
v3d: Dump fields in CLIF output in increasing offset order.

Previously, we emitted in XML order, which I happen to type in the
decreasing offset order of the specifications.  However, the CLIF parser
wants increasing offsets.
src/broadcom/cle/v3d_decoder.c