Revert "panfrost: Rework midgard_pair_load_store() to kill the nested foreach loop"
authorBoris Brezillon <boris.brezillon@collabora.com>
Thu, 19 Sep 2019 18:59:46 +0000 (20:59 +0200)
committerBoris Brezillon <boris.brezillon@collabora.com>
Thu, 19 Sep 2019 19:01:27 +0000 (21:01 +0200)
commitfc5a87715ab9a10d32c7d6fb03c28a9129775e93
tree3b86e9240fc03e80c0a22f8fc9ce39263c48f3dd
parentfa080f03d3d1c7fdfa6d4e79cccced5e5a09a3a4
Revert "panfrost: Rework midgard_pair_load_store() to kill the nested foreach loop"

There's a missing prev_ldst = NULL; assignment in the new logic,
but even with this fixed it seems to regress some applications,
so let's revert the change until we find the real problem.

This reverts commit c9bebae2877e55cdcd94f9f9f3f6805238caeb28.
src/panfrost/midgard/midgard_schedule.c