pan/bi: Reduce memory of scheduler access array
authorAlyssa Rosenzweig <alyssa@collabora.com>
Fri, 22 Jul 2022 20:34:33 +0000 (16:34 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 2 Sep 2022 16:03:23 +0000 (16:03 +0000)
commit8006e98243d460f75c9c7af3694711561903c12b
tree1798e8507f597dabb94e7d2a832454ac03a5a8ce
parente118a0e731d4e40b36fc53303150728cb0871f67
pan/bi: Reduce memory of scheduler access array

Now that we have accurate source/dest counts, we don't need to worst case. Which
is good, because the worst case will become infinite once we allow phis.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17794>
src/panfrost/bifrost/bi_schedule.c