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
commit9506bd24072af64dae998ac5b62c16b3492fc8e8 (patch)
treedb5bca2309ab0e1011ee272dcd8fcfc4e0feda48 /drivers/gpu/drm/nouveau/nvkm
parent41af75bd3569eeb105635455cc7a99a930dc35ff (diff)
drm/nouveau/bus/gv100: initial support
Appears to be compatible with GF100. 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 d3306753d4f8..9b2b3b8aa5d9 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2398,6 +2398,7 @@ static const struct nvkm_device_chip
nv140_chipset = {
.name = "GV100",
.bios = nvkm_bios_new,
+ .bus = gf100_bus_new,
.devinit = gv100_devinit_new,
.fuse = gm107_fuse_new,
.gpio = gk104_gpio_new,