summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-07-09 00:41:01 (GMT)
committerBen Skeggs <bskeggs@redhat.com>2016-07-14 01:53:25 (GMT)
commit9179b8ec7799718c2bd91d9bfd29462a3b032aa6 (patch)
tree4810a412bcc6a4aa8f3638ebd64d04a4cb24bfeb /drivers/gpu/drm/nouveau
parent445b9c2130715317c4ba05ea7d7d7a0da5c55610 (diff)
downloadlinux-9179b8ec7799718c2bd91d9bfd29462a3b032aa6.tar.xz
drm/nouveau/mc/gp104: initial support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-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 711b20a..1e59b7f 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@ -2184,6 +2184,7 @@ nv130_chipset = {
static const struct nvkm_device_chip
nv134_chipset = {
.name = "GP104",
+ .mc = gp100_mc_new,
.top = gk104_top_new,
};