[PATCH 01/25] MT: HACK: Fix nouveau compilation fix

Michel Thierry michel.thierry at intel.com
Tue Apr 18 01:15:14 UTC 2017


Signed-off-by: Michel Thierry <michel.thierry at intel.com>
---
 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
index 2a22d25cbc94..aeabaed7fe1a 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2285,7 +2285,7 @@ nv136_chipset = {
 	.sec2 = gp102_sec2_new,
 	.sw = gf100_sw_new,
 };
-
+#if 0 // MT
 static const struct nvkm_device_chip
 nv137_chipset = {
 	.name = "GP107",
@@ -2319,6 +2319,7 @@ nv137_chipset = {
 	.sec2 = gp102_sec2_new,
 	.sw = gf100_sw_new,
 };
+#endif
 
 static const struct nvkm_device_chip
 nv13b_chipset = {
-- 
2.11.0



More information about the Intel-gfx-trybot mailing list