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
commit14ae020d37bf743277a2fcca6c5e79ef5660463e (patch)
tree4413addba25b645a19f5849c7c4b768d271e46f4 /drivers/gpu/drm/nouveau
parentdrm/nouveau/fuse/gp104: initial support (diff)
downloadlinux-dev-14ae020d37bf743277a2fcca6c5e79ef5660463e.tar.xz
linux-dev-14ae020d37bf743277a2fcca6c5e79ef5660463e.zip
drm/nouveau/gpio/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 8c93feb54b70..ddf334fea8bf 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2190,6 +2190,7 @@ nv134_chipset = {
.devinit = gm200_devinit_new,
.fb = gp104_fb_new,
.fuse = gm107_fuse_new,
+ .gpio = gk104_gpio_new,
.imem = nv50_instmem_new,
.mc = gp100_mc_new,
.mmu = gf100_mmu_new,