drm/nouveau/ibus/gv100: initial support

Appears to be compatible with GM200.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs
2018-05-08 20:39:47 +10:00
parent a1c771a5cb
commit 46fe1a813a

View File

@@ -2399,6 +2399,7 @@ nv140_chipset = {
.name = "GV100",
.bios = nvkm_bios_new,
.devinit = gv100_devinit_new,
.ibus = gm200_ibus_new,
.pci = gp100_pci_new,
.top = gk104_top_new,
};