Mesa (master): panfrost: Reduce bit dependency to disassembly only

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 7 00:14:54 UTC 2020


Module: Mesa
Branch: master
Commit: 52e3a67bb1aa56c424d2959fdafd0c3e67ffe974
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=52e3a67bb1aa56c424d2959fdafd0c3e67ffe974

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Wed Aug  5 17:20:25 2020 -0400

panfrost: Reduce bit dependency to disassembly only

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

---

 src/panfrost/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panfrost/meson.build b/src/panfrost/meson.build
index 2d257bc552b..e015941a8a0 100644
--- a/src/panfrost/meson.build
+++ b/src/panfrost/meson.build
@@ -63,7 +63,7 @@ bifrost_compiler = executable(
     libpanfrost_bifrost,
     libpanfrost_decode,
     libpanfrost_lib,
-    libpanfrost_midgard, # references disassemble_midgard...
+    libpanfrost_midgard_disasm, # references disassemble_midgard...
   ],
   build_by_default : with_tools.contains('panfrost')
 )



More information about the mesa-commit mailing list