summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm
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)
commit10d4c1c27f9abcf1954e8b7cb1cd621bbb906ec2 (patch)
tree10aa90b5e684e9a381b626c518758202de779ba7 /drivers/gpu/drm/nouveau/nvkm
parent6b7c941b8cb51bcad7780e66d71993dfee256fa6 (diff)
downloadlinux-10d4c1c27f9abcf1954e8b7cb1cd621bbb906ec2.tar.xz
drm/nouveau/bar/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 7c339dc..134e1a7 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",
+ .bar = gf100_bar_new,
.bios = nvkm_bios_new,
.devinit = gm200_devinit_new,
.fb = gp104_fb_new,