diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2018-05-08 12:39:47 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2018-05-18 07:01:34 +0200 |
commit | 9506bd24072af64dae998ac5b62c16b3492fc8e8 (patch) | |
tree | db5bca2309ab0e1011ee272dcd8fcfc4e0feda48 /drivers/gpu/drm/nouveau/nvkm | |
parent | drm/nouveau/mc/gv100: initial support (diff) | |
download | linux-9506bd24072af64dae998ac5b62c16b3492fc8e8.tar.xz linux-9506bd24072af64dae998ac5b62c16b3492fc8e8.zip |
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.c | 1 |
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, |