Mesa (main): pan/bi: Use bi_exit_block

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Feb 22 17:10:15 UTC 2022


Module: Mesa
Branch: main
Commit: 734a8bdc5d613871407fbc2d3f9c211f2bd68aff
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=734a8bdc5d613871407fbc2d3f9c211f2bd68aff

Author: Alyssa Rosenzweig <alyssa at collabora.com>
Date:   Thu Dec 23 11:07:35 2021 -0500

pan/bi: Use bi_exit_block

The "generic" one is a vestige of Midgard.

Signed-off-by: Alyssa Rosenzweig <alyssa at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14298>

---

 src/panfrost/bifrost/bi_liveness.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panfrost/bifrost/bi_liveness.c b/src/panfrost/bifrost/bi_liveness.c
index 6c7a7b5c100..c34edf0c76c 100644
--- a/src/panfrost/bifrost/bi_liveness.c
+++ b/src/panfrost/bifrost/bi_liveness.c
@@ -119,7 +119,7 @@ bi_compute_liveness(bi_context *ctx)
         /* Initialize the work list with the exit block */
         struct set_entry *cur;
 
-        cur = _mesa_set_add(work_list, pan_exit_block(&ctx->blocks));
+        cur = _mesa_set_add(work_list, bi_exit_block(&ctx->blocks));
 
         /* Iterate the work list */
 



More information about the mesa-commit mailing list