summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-07-09 00:41:01 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2016-07-14 01:53:25 (GMT)
commit445b9c2130715317c4ba05ea7d7d7a0da5c55610 (patch)
tree008bbf5b7dc587df73b03da0dd8e9b3dc935988e /drivers/gpu/drm/nouveau
parentcfb083f692b884c7cc5376ffe04ce7cd9d8331bc (diff)
downloadlinux-445b9c2130715317c4ba05ea7d7d7a0da5c55610.tar.xz
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 d1a2ff0..711b20a 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