summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2018-05-08 13:39:47 +0300
committerBen Skeggs <bskeggs@redhat.com>2018-05-18 08:01:34 +0300
commitd2e3b57d81992442221f00938d137568ee895953 (patch)
tree327ba87b02971f8655857569c7d64e278d21a461 /drivers/gpu/drm/nouveau
parent8afbcca54976abd47d3cd77ffd99aa8103944483 (diff)
downloadlinux-d2e3b57d81992442221f00938d137568ee895953.tar.xz
drm/nouveau/i2c/gv100: initial support
Appears to be compatible with GM200. 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 5fbc0867cd2c..92290de0e6bf 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2400,6 +2400,7 @@ nv140_chipset = {
.bios = nvkm_bios_new,
.devinit = gv100_devinit_new,
.gpio = gk104_gpio_new,
+ .i2c = gm200_i2c_new,
.ibus = gm200_ibus_new,
.pci = gp100_pci_new,
.top = gk104_top_new,