vc4: Make Neon inline assembly clang compatible
authorRob Herring <robh@kernel.org>
Mon, 30 Jan 2017 22:54:51 +0000 (16:54 -0600)
committerEric Anholt <eric@anholt.net>
Tue, 31 Jan 2017 22:06:09 +0000 (14:06 -0800)
commit6d92f3285288e2ce141560727f1bd622417f8f5f
tree25af909974cde6150aebd4aac710da7ef259364a
parente0cc0a614c96011958bc3a1b84da9168e0e1ccbb
vc4: Make Neon inline assembly clang compatible

clang throws an error on "%r2" and similar. I couldn't find any
documentation on what "%r?" is supposed to mean and I've never seen any
use like that as far as I remember. The parameter is supposed to be
cpu_stride and just %2/%3 should be sufficient.

There's no need for trailing ";" either, so remove those, too.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/gallium/drivers/vc4/vc4_tiling_lt.c