2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 23:23:55 +08:00

drm/nouveau/pci/gp104: initial support

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Ben Skeggs 2016-07-09 10:41:01 +10:00
parent 9179b8ec77
commit b3446c5ab5

View File

@ -2185,6 +2185,7 @@ static const struct nvkm_device_chip
nv134_chipset = {
.name = "GP104",
.mc = gp100_mc_new,
.pci = gp100_pci_new,
.top = gk104_top_new,
};