summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
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:50 +1000
commit67e5abb78d0e5a5c019b7c62fb0c5461a724c3e0 (patch)
tree3760802422ab22e3c6537776f840a055d4a6fc98 /drivers/gpu/drm/nouveau/nvkm
parent43d61cda30653e4c13e92f604cf8a29cb4440146 (diff)
downloadtalos-op-linux-67e5abb78d0e5a5c019b7c62fb0c5461a724c3e0.tar.gz
talos-op-linux-67e5abb78d0e5a5c019b7c62fb0c5461a724c3e0.zip
drm/nouveau/top/tu104: initial support
Appears to be compatible with GK104. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm')
-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 ef98398014b7..81929cb16c01 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2440,6 +2440,7 @@ nv164_chipset = {
.bios = nvkm_bios_new,
.devinit = tu104_devinit_new,
.pci = gp100_pci_new,
+ .top = gk104_top_new,
};
static int
OpenPOWER on IntegriCloud