aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-07-09 10:41:01 +1000
committerBen Skeggs <bskeggs@redhat.com>2016-07-14 11:53:25 +1000
commit445b9c2130715317c4ba05ea7d7d7a0da5c55610 (patch)
tree008bbf5b7dc587df73b03da0dd8e9b3dc935988e /drivers/gpu/drm/nouveau
parentdrm/nouveau/core: recognise GP104 chipset (diff)
downloadlinux-dev-445b9c2130715317c4ba05ea7d7d7a0da5c55610.tar.xz
linux-dev-445b9c2130715317c4ba05ea7d7d7a0da5c55610.zip
drm/nouveau/top/gp104: initial support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-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 d1a2ff01505c..711b20af45ab 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2184,6 +2184,7 @@ nv130_chipset = {
static const struct nvkm_device_chip
nv134_chipset = {
.name = "GP104",
+ .top = gk104_top_new,
};
static int