]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
drm/nouveau/privring/ga10[024]: initial support
authorBen Skeggs <bskeggs@redhat.com>
Wed, 13 Jan 2021 07:12:52 +0000 (17:12 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 15 Jan 2021 00:25:20 +0000 (10:25 +1000)
Appears to be compatible with GM200 code.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c

index fb551edc6a357235a434c8f02682578407b49679..2f6e1b1ce0bb3c9406af92a05128a2323f3a98f8 100644 (file)
@@ -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,
 };