aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2018-12-11 14:50:02 +1000
committerBen Skeggs <bskeggs@redhat.com>2018-12-11 15:37:52 +1000
commit75ad1b00208ce34bf3a17936e2e75bf0aef46b9b (patch)
treed30c7e7610cfeb9f5ad0ddc8bf57975555b55a95 /drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
parentdrm/nouveau/mc/tu104: initial support (diff)
downloadlinux-dev-75ad1b00208ce34bf3a17936e2e75bf0aef46b9b.tar.xz
linux-dev-75ad1b00208ce34bf3a17936e2e75bf0aef46b9b.zip
drm/nouveau/bus/tu104: initial support
Appears to be compatible with GF100. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to '')
-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 127bbf4ebf18..7aff8bf3d7ee 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2438,6 +2438,7 @@ static const struct nvkm_device_chip
nv164_chipset = {
.name = "TU104",
.bios = nvkm_bios_new,
+ .bus = gf100_bus_new,
.devinit = tu104_devinit_new,
.fuse = gm107_fuse_new,
.gpio = gk104_gpio_new,