drm/nouveau/devinit/tu106: initial support

Appears to be compatible with TU104.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs
2018-12-11 15:37:56 +10:00
parent b0216803e3
commit 9d7693fe07
@@ -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,
};