diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2016-07-09 02:41:01 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-07-14 03:53:25 +0200 |
commit | a4a58832c228c4368a1b513a45b5075acefcdccf (patch) | |
tree | b2d7aba97ed7bcabe3e151658d68fa8b0fa7b5e6 /drivers/gpu/drm/nouveau | |
parent | drm/nouveau/fuse/gp100: initial support (diff) | |
download | linux-a4a58832c228c4368a1b513a45b5075acefcdccf.tar.xz linux-a4a58832c228c4368a1b513a45b5075acefcdccf.zip |
drm/nouveau/gpio/gp100: 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.c | 1 |
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 6b7c8d093d2c..a8f5a35cfca4 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -2157,6 +2157,7 @@ nv130_chipset = { .devinit = gm200_devinit_new, .fb = gp100_fb_new, .fuse = gm107_fuse_new, + .gpio = gk104_gpio_new, .imem = nv50_instmem_new, .mc = gp100_mc_new, .mmu = gf100_mmu_new, |