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
commit25a46a4a95d8298d0451ac90a1471263522d9571 (patch)
tree61cb2b53f271d9b647a67d59ad75a62517c723a1 /drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
parentdrm/nouveau/fault/tu106: initial support (diff)
downloadlinux-dev-25a46a4a95d8298d0451ac90a1471263522d9571.tar.xz
linux-dev-25a46a4a95d8298d0451ac90a1471263522d9571.zip
drm/nouveau/pmu/tu106: initial support
Appears to be compatible with GP102. 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 91c01eb9a3bf..0ec9064522b6 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2484,6 +2484,7 @@ nv166_chipset = {
.mc = tu104_mc_new,
.mmu = tu104_mmu_new,
.pci = gp100_pci_new,
+ .pmu = gp102_pmu_new,
.timer = gk20a_timer_new,
.top = gk104_top_new,
};