aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2018-12-11 14:50:02 +1000
committerBen Skeggs <bskeggs@redhat.com>2018-12-11 15:37:58 +1000
commit476740843bf84bde9c96f414b6cd62a3644ad57f (patch)
tree214d687a77249c1c995dd5b38139c2f991a23903 /drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
parentdrm/nouveau/fuse/tu106: initial support (diff)
downloadlinux-dev-476740843bf84bde9c96f414b6cd62a3644ad57f.tar.xz
linux-dev-476740843bf84bde9c96f414b6cd62a3644ad57f.zip
drm/nouveau/mc/tu106: initial support
Appears to be compatible with TU104. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/device/base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
index 155a2f682b4c..ca7f3b7bb279 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,
};