1
0
Fork 0

drm/nouveau/devinit/tu106: initial support

Appears to be compatible with TU104.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
hifive-unleashed-5.1
Ben Skeggs 2018-12-11 14:50:02 +10:00
parent b0216803e3
commit 9d7693fe07
1 changed files with 1 additions and 0 deletions

View File

@ -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,
};