pan/midgard: Do not repeatedly spill same value
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Sun, 13 Oct 2019 18:16:37 +0000 (14:16 -0400)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 16 Oct 2019 12:17:56 +0000 (08:17 -0400)
commitc94ccbf201a26cc7c0281787a555bada67dd73c9
treef77d54a6c32e4c5f8c6c9eca69a22efbd9e97409
parent2d914ebe818b47faa7ec778108be767c55b26c20
pan/midgard: Do not repeatedly spill same value

It doesn't make sense. You already spilled it once, and it didn't help.
Don't try again, or you'll end up in a loop.

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