aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-07-09 10:41:01 +1000
committerBen Skeggs <bskeggs@redhat.com>2016-07-14 11:53:25 +1000
commitb3446c5ab5489ef357ccab2118bd5db56a296045 (patch)
treef4a166ee864b5e9d5af98ed8c0d0140d702fa11f /drivers/gpu/drm/nouveau/nvkm
parentdrm/nouveau/mc/gp104: initial support (diff)
downloadlinux-dev-b3446c5ab5489ef357ccab2118bd5db56a296045.tar.xz
linux-dev-b3446c5ab5489ef357ccab2118bd5db56a296045.zip
drm/nouveau/pci/gp104: initial support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/device/base.c1
1 files changed, 1 insertions, 0 deletions
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,
};