pan/bi: Get rid of the regs argument in bi_assign_fau_idx()
authorBoris Brezillon <boris.brezillon@collabora.com>
Mon, 12 Oct 2020 09:07:45 +0000 (11:07 +0200)
committerBoris Brezillon <boris.brezillon@collabora.com>
Thu, 15 Oct 2020 06:05:23 +0000 (08:05 +0200)
commit6dd2a76126f6dfa43930d9d95b7d61662a4a7ec5
treeddb2ac3b20904e36a15ec92bf7868f044e177a71
parentf25850bf5f9e83b2ae00ef283caad3c35d2fb8cb
pan/bi: Get rid of the regs argument in bi_assign_fau_idx()

Regs are already part of the bundle struct, let's just pass a pointer
to this bundle object instead of passing both the bundle and regs.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7151>
src/panfrost/bifrost/bi_pack.c