v3d: Fix detection of the last ldtmu before a new TMU op.
authorEric Anholt <eric@anholt.net>
Thu, 25 Apr 2019 19:29:55 +0000 (12:29 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 26 Apr 2019 19:42:30 +0000 (12:42 -0700)
commit18894a5e5a55e110aa0b2a64d5446c4ffcef1365
tree52f2de00cf10969c0c28d4ca7536543b3eeabbc7
parent575caab895d75e80d790357d68943cc78b877ea2
v3d: Fix detection of the last ldtmu before a new TMU op.

We were looking at the start instruction, instead of scanning through the
list of following instructions to find any more ldtmus.
src/broadcom/compiler/vir_register_allocate.c