Commit 70afbe4b authored by Ben Skeggs's avatar Ben Skeggs

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

Appears to be compatible with GP100 code.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 3b050680
......@@ -2655,16 +2655,19 @@ nv168_chipset = {
static const struct nvkm_device_chip
nv170_chipset = {
.name = "GA100",
.pci = gp100_pci_new,
};
static const struct nvkm_device_chip
nv172_chipset = {
.name = "GA102",
.pci = gp100_pci_new,
};
static const struct nvkm_device_chip
nv174_chipset = {
.name = "GA104",
.pci = gp100_pci_new,
};
static int
......
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