android: pan/bi: Use new disassembler (v2)
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 3 Oct 2020 22:14:29 +0000 (00:14 +0200)
committerMarge Bot <eric+marge@anholt.net>
Mon, 5 Oct 2020 21:23:56 +0000 (21:23 +0000)
commit27921171e349a7708298a798ddeeec113c5af4be
tree234e2f25ab3f02f9675d7995a65243de540653e7
parent8163c818e32e48782c463a90c35538b09035772d
android: pan/bi: Use new disassembler (v2)

(v2) bifrost_gen_disasm.c generated source belongs to libpanfrost_bifrost_disasm

Fixes the following build errors, which happen with Android P, but not with Android Q

FAILED: out/target/product/x86_64/obj_x86/SHARED_LIBRARIES/gallium_dri_intermediates/LINKED/gallium_dri.so
...
external/mesa/src/panfrost/bifrost/disassemble.c:678: error: undefined reference to 'bi_disasm_fma'
external/mesa/src/panfrost/bifrost/disassemble.c:679: error: undefined reference to 'bi_disasm_add'

Fixes: 792b51713 ("android: pan/bi: Use new disassembler")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6996>
src/panfrost/Android.bifrost.mk