Mesa (master): android: nvir/gv100: update sources in Makefile.sources

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 12 06:29:02 UTC 2020


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

Author: Mauro Rossi <issor.oruam at gmail.com>
Date:   Thu Jun 11 21:47:12 2020 +0200

android: nvir/gv100: update sources in Makefile.sources

Fixes the following building errors:

FAILED: out/target/product/x86_64/obj/SHARED_LIBRARIES/gallium_dri_intermediates/LINKED/gallium_dri.so
...
ld.lld: error: undefined symbol: nv50_ir::getTargetGV100(unsigned int)
...
ld.lld: error: undefined symbol: nv50_ir::getTargetGV100(unsigned int)
clang-9: error: linker command failed with exit code 1 (use -v to see invocation)

Fixes: 78103abe ("nvir/gv100: initial support")
Signed-off-by: Mauro Rossi <issor.oruam at gmail.com>
Reviewed-by: Karol Herbst <kherbst at redhat.com>

---

 src/gallium/drivers/nouveau/Makefile.sources | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/gallium/drivers/nouveau/Makefile.sources b/src/gallium/drivers/nouveau/Makefile.sources
index 9de8168fbd9..ff25f3963a6 100644
--- a/src/gallium/drivers/nouveau/Makefile.sources
+++ b/src/gallium/drivers/nouveau/Makefile.sources
@@ -140,13 +140,19 @@ NV50_CODEGEN_SOURCES := \
 NVC0_CODEGEN_SOURCES := \
 	codegen/nv50_ir_emit_gk110.cpp \
 	codegen/nv50_ir_emit_gm107.cpp \
+	codegen/nv50_ir_emit_gv100.cpp \
+	codegen/nv50_ir_emit_gv100.h \
 	codegen/nv50_ir_emit_nvc0.cpp \
 	codegen/nv50_ir_lowering_gm107.cpp \
 	codegen/nv50_ir_lowering_gm107.h \
+	codegen/nv50_ir_lowering_gv100.cpp \
+	codegen/nv50_ir_lowering_gv100.h \
 	codegen/nv50_ir_lowering_nvc0.cpp \
 	codegen/nv50_ir_lowering_nvc0.h \
 	codegen/nv50_ir_target_gm107.cpp \
 	codegen/nv50_ir_target_gm107.h \
+	codegen/nv50_ir_target_gv100.cpp \
+	codegen/nv50_ir_target_gv100.h \
 	codegen/nv50_ir_target_nvc0.cpp \
 	codegen/nv50_ir_target_nvc0.h
 



More information about the mesa-commit mailing list