aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2018-05-08 06:39:47 -0400
committerBen Skeggs <bskeggs@redhat.com>2018-05-18 01:01:34 -0400
commit41af75bd3569eeb105635455cc7a99a930dc35ff (patch)
tree85a41a3a98e261b7ed84f62149bdd9b82a178d49
parent292550499af0117c7137071d8a0aee93fab81f44 (diff)
drm/nouveau/mc/gv100: initial support
Appears to be compatible with GP100. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-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 a9a087a5b94b..d3306753d4f8 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2403,6 +2403,7 @@ nv140_chipset = {
2403 .gpio = gk104_gpio_new, 2403 .gpio = gk104_gpio_new,
2404 .i2c = gm200_i2c_new, 2404 .i2c = gm200_i2c_new,
2405 .ibus = gm200_ibus_new, 2405 .ibus = gm200_ibus_new,
2406 .mc = gp100_mc_new,
2406 .pci = gp100_pci_new, 2407 .pci = gp100_pci_new,
2407 .top = gk104_top_new, 2408 .top = gk104_top_new,
2408}; 2409};