Loading drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -2655,16 +2655,19 @@ nv168_chipset = { static const struct nvkm_device_chip static const struct nvkm_device_chip nv170_chipset = { nv170_chipset = { .name = "GA100", .name = "GA100", .pci = gp100_pci_new, }; }; static const struct nvkm_device_chip static const struct nvkm_device_chip nv172_chipset = { nv172_chipset = { .name = "GA102", .name = "GA102", .pci = gp100_pci_new, }; }; static const struct nvkm_device_chip static const struct nvkm_device_chip nv174_chipset = { nv174_chipset = { .name = "GA104", .name = "GA104", .pci = gp100_pci_new, }; }; static int static int Loading Loading
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +3 −0 Original line number Original line Diff line number Diff line Loading @@ -2655,16 +2655,19 @@ nv168_chipset = { static const struct nvkm_device_chip static const struct nvkm_device_chip nv170_chipset = { nv170_chipset = { .name = "GA100", .name = "GA100", .pci = gp100_pci_new, }; }; static const struct nvkm_device_chip static const struct nvkm_device_chip nv172_chipset = { nv172_chipset = { .name = "GA102", .name = "GA102", .pci = gp100_pci_new, }; }; static const struct nvkm_device_chip static const struct nvkm_device_chip nv174_chipset = { nv174_chipset = { .name = "GA104", .name = "GA104", .pci = gp100_pci_new, }; }; static int static int Loading