OSDN Git Service

vc4: Fix copy-and-paste fail in backport of NEON asm fixes.
authorEric Anholt <eric@anholt.net>
Mon, 11 Feb 2019 19:51:35 +0000 (11:51 -0800)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 16 Feb 2019 13:46:37 +0000 (13:46 +0000)
commit55f3a4fac350e639dbaa7cf6494a2c1f8f0ed9c2
tree5ad5c4f647da41b22fdd23b22c884c514f2d59ee
parentd000488c2eff466eddc0345ad97b49351f0b7a6a
vc4: Fix copy-and-paste fail in backport of NEON asm fixes.

One of the cpu pointers wasn't marked as read-write, causing gcc to complain:

../src/gallium/drivers/vc4/vc4_tiling_lt.c:181:17: error: output operand constraint lacks ‘=’
                 __asm__ volatile (

Cc: Emil Velikov <emil.l.velikov@gmail.com>
Fixes: 813f0a82960 ("vc4: Declare the cpu pointers as being modified in NEON asm.")
src/gallium/drivers/vc4/vc4_tiling_lt.c