summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2018-05-08 20:39:47 +1000
committerBen Skeggs <bskeggs@redhat.com>2018-05-18 15:01:34 +1000
commit8afbcca54976abd47d3cd77ffd99aa8103944483 (patch)
tree67e505df37b173ce18345fdc34f43af69f388bbf /drivers/gpu/drm/nouveau/nvkm
parent46fe1a813adf9abcf71d0a6641ef2de4ce443485 (diff)
drm/nouveau/gpio/gv100: 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 def4acdb860e..5fbc0867cd2c 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2399,6 +2399,7 @@ nv140_chipset = {
.name = "GV100",
.bios = nvkm_bios_new,
.devinit = gv100_devinit_new,
+ .gpio = gk104_gpio_new,
.ibus = gm200_ibus_new,
.pci = gp100_pci_new,
.top = gk104_top_new,