drm/nouveau/mc/gv100: initial support
authorBen Skeggs <bskeggs@redhat.com>
Tue, 8 May 2018 10:39:47 +0000 (20:39 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 18 May 2018 05:01:34 +0000 (15:01 +1000)
Appears to be compatible with GP100.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c

index a9a087a..d330675 100644 (file)
@@ -2403,6 +2403,7 @@ nv140_chipset = {
        .gpio = gk104_gpio_new,
        .i2c = gm200_i2c_new,
        .ibus = gm200_ibus_new,
+       .mc = gp100_mc_new,
        .pci = gp100_pci_new,
        .top = gk104_top_new,
 };