diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2018-12-10 23:50:02 -0500 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2018-12-11 00:38:00 -0500 |
commit | bb1e3ff70128ee18f2a8902e695ef08c4fe96d59 (patch) | |
tree | 5b9d98c5664ac5b3ffe7d6217b9d60bdd432f128 | |
parent | 25a46a4a95d8298d0451ac90a1471263522d9571 (diff) |
drm/nouveau/therm/tu106: initial support
Appears to be compatible with GP100.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-rw-r--r-- | drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 1 |
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 = { | |||
2485 | .mmu = tu104_mmu_new, | 2485 | .mmu = tu104_mmu_new, |
2486 | .pci = gp100_pci_new, | 2486 | .pci = gp100_pci_new, |
2487 | .pmu = gp102_pmu_new, | 2487 | .pmu = gp102_pmu_new, |
2488 | .therm = gp100_therm_new, | ||
2488 | .timer = gk20a_timer_new, | 2489 | .timer = gk20a_timer_new, |
2489 | .top = gk104_top_new, | 2490 | .top = gk104_top_new, |
2490 | }; | 2491 | }; |