pan/midgard: Add mir_update_worklist helper
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Sun, 22 Sep 2019 12:50:22 +0000 (08:50 -0400)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Mon, 30 Sep 2019 12:40:13 +0000 (08:40 -0400)
commitb5396369d2f4cc4bbff3bd2bf0639257ffb6fde5
treee868cfb35644f97ea55c029ad2ab020ea93237b8
parent826fd7308bba1fcd4fd4c94c798f4f45a741e657
pan/midgard: Add mir_update_worklist helper

After we've chosen an instruction, popped it off, and processed it, it's
time to update the worklist, removing that instruction from the
dependency graph to allow its dependents to be put onto the worklist.

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