pan/decode: Validate and quiet helper invocation flag
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 22 Aug 2019 23:36:10 +0000 (16:36 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 23 Aug 2019 22:51:25 +0000 (15:51 -0700)
commit21a85fd7d8c56aae2f6dd3862900f4d8597eac8e
tree57ab196fc90e015de2faa0393222e2439c941da1
parent20ac0b8e4e3a1d27c298a18d5a10681cb483c798
pan/decode: Validate and quiet helper invocation flag

We can statically determine from the disassembly if helper invocations
will be needed, so we can validate the corresponding bit in the
cmdstream and thus avoid printing the bit itself in the decode.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/panfrost/pandecode/decode.c