From: Ben Skeggs Date: Tue, 11 Dec 2018 04:50:02 +0000 (+1000) Subject: drm/nouveau/mc/tu106: initial support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=476740843bf84bde9c96f414b6cd62a3644ad57f;p=linux.git drm/nouveau/mc/tu106: initial support Appears to be compatible with TU104. Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c index 155a2f682b4cb..ca7f3b7bb2790 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -2475,6 +2475,7 @@ nv166_chipset = { .gpio = gk104_gpio_new, .i2c = gm200_i2c_new, .ibus = gm200_ibus_new, + .mc = tu104_mc_new, .pci = gp100_pci_new, .top = gk104_top_new, };