lima/gpir: Make lima_gpir_node_insert_child() useful
authorConnor Abbott <cwabbott0@gmail.com>
Thu, 3 Oct 2019 19:19:40 +0000 (15:19 -0400)
committerMarge Bot <eric+marge@anholt.net>
Mon, 16 Mar 2020 23:08:06 +0000 (23:08 +0000)
commit9fb0fda8e7bfa95686fd60ee563938b8e1196437
tree9d992b3b4944af3918091391897ffa7a5157c7e8
parent5c3f20a25baa6f5b2baa2a6ef693e38095da5508
lima/gpir: Make lima_gpir_node_insert_child() useful

We weren't using this function before. The name is confusing, but it
changes the child while also fixing up the dependence link, if you don't
have access to it already. Or at least, I think that's what the
intention is, and what we'll need to change the branch condition in the
next commit. Adding a dependency between the new and old source doesn't
make any sense for this, and we also need to change the actual source.

Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4125>
src/gallium/drivers/lima/ir/gp/node.c