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:56 +1000
commit9d7693fe07d67f45dcf619d41a6cc9efb5e5c773 (patch)
treed1eb410f55757d60706372bbff43e09528270b7e /drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
parentdrm/nouveau/bios/tu106: initial support (diff)
downloadlinux-dev-9d7693fe07d67f45dcf619d41a6cc9efb5e5c773.tar.xz
linux-dev-9d7693fe07d67f45dcf619d41a6cc9efb5e5c773.zip
drm/nouveau/devinit/tu106: initial support
Appears to be compatible with TU104. 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 c49d513aeac0..fd90540df36d 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2470,6 +2470,7 @@ static const struct nvkm_device_chip
nv166_chipset = {
.name = "TU106",
.bios = nvkm_bios_new,
+ .devinit = tu104_devinit_new,
.pci = gp100_pci_new,
};