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:38:00 +1000
commitbb1e3ff70128ee18f2a8902e695ef08c4fe96d59 (patch)
tree5b9d98c5664ac5b3ffe7d6217b9d60bdd432f128 /drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
parentdrm/nouveau/pmu/tu106: initial support (diff)
downloadlinux-dev-bb1e3ff70128ee18f2a8902e695ef08c4fe96d59.tar.xz
linux-dev-bb1e3ff70128ee18f2a8902e695ef08c4fe96d59.zip
drm/nouveau/therm/tu106: initial support
Appears to be compatible with GP100. 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 0ec9064522b6..e165b35d8983 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2485,6 +2485,7 @@ nv166_chipset = {
.mmu = tu104_mmu_new,
.pci = gp100_pci_new,
.pmu = gp102_pmu_new,
+ .therm = gp100_therm_new,
.timer = gk20a_timer_new,
.top = gk104_top_new,
};