From: Ben Skeggs Date: Sat, 9 Jul 2016 00:41:01 +0000 (+1000) Subject: drm/nouveau/pci/gp104: initial support X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b3446c5ab5489ef357ccab2118bd5db56a296045;p=linux-beck.git drm/nouveau/pci/gp104: initial support Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c index 1e59b7f6e897..d9173cb42eee 100644 --- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c +++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c @@ -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, };