aboutsummaryrefslogtreecommitdiffstatshomepage
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
parentdrm/nouveau/ibus/gv100: initial support (diff)
downloadwireguard-linux-8afbcca54976abd47d3cd77ffd99aa8103944483.tar.xz
wireguard-linux-8afbcca54976abd47d3cd77ffd99aa8103944483.zip
drm/nouveau/gpio/gv100: initial support
Appears to be compatible with GK104. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to '')
-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,