Commit e0df4bbf authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/privring/ga10[024]: initial support

Appears to be compatible with GM200 code.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 5961c62d
......@@ -2657,6 +2657,7 @@ nv170_chipset = {
.name = "GA100",
.bios = nvkm_bios_new,
.devinit = ga100_devinit_new,
.ibus = gm200_ibus_new,
.mc = ga100_mc_new,
.pci = gp100_pci_new,
};
......@@ -2666,6 +2667,7 @@ nv172_chipset = {
.name = "GA102",
.bios = nvkm_bios_new,
.devinit = ga100_devinit_new,
.ibus = gm200_ibus_new,
.mc = ga100_mc_new,
.pci = gp100_pci_new,
};
......@@ -2675,6 +2677,7 @@ nv174_chipset = {
.name = "GA104",
.bios = nvkm_bios_new,
.devinit = ga100_devinit_new,
.ibus = gm200_ibus_new,
.mc = ga100_mc_new,
.pci = gp100_pci_new,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment