提交 e0df4bbf 编写于 作者: B Ben Skeggs

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

Appears to be compatible with GM200 code.
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 5961c62d
...@@ -2657,6 +2657,7 @@ nv170_chipset = { ...@@ -2657,6 +2657,7 @@ nv170_chipset = {
.name = "GA100", .name = "GA100",
.bios = nvkm_bios_new, .bios = nvkm_bios_new,
.devinit = ga100_devinit_new, .devinit = ga100_devinit_new,
.ibus = gm200_ibus_new,
.mc = ga100_mc_new, .mc = ga100_mc_new,
.pci = gp100_pci_new, .pci = gp100_pci_new,
}; };
...@@ -2666,6 +2667,7 @@ nv172_chipset = { ...@@ -2666,6 +2667,7 @@ nv172_chipset = {
.name = "GA102", .name = "GA102",
.bios = nvkm_bios_new, .bios = nvkm_bios_new,
.devinit = ga100_devinit_new, .devinit = ga100_devinit_new,
.ibus = gm200_ibus_new,
.mc = ga100_mc_new, .mc = ga100_mc_new,
.pci = gp100_pci_new, .pci = gp100_pci_new,
}; };
...@@ -2675,6 +2677,7 @@ nv174_chipset = { ...@@ -2675,6 +2677,7 @@ nv174_chipset = {
.name = "GA104", .name = "GA104",
.bios = nvkm_bios_new, .bios = nvkm_bios_new,
.devinit = ga100_devinit_new, .devinit = ga100_devinit_new,
.ibus = gm200_ibus_new,
.mc = ga100_mc_new, .mc = ga100_mc_new,
.pci = gp100_pci_new, .pci = gp100_pci_new,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册