summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
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
commit047506cab8d87ffb7cef798cf1f03008546304a2 (patch)
tree11a27a0400d0fc92f222af21155a41cd8074aec2 /drivers/gpu/drm/nouveau
parent38849205accf598548200f34f710f6d2120dd108 (diff)
downloadblackbird-obmc-linux-047506cab8d87ffb7cef798cf1f03008546304a2.tar.gz
blackbird-obmc-linux-047506cab8d87ffb7cef798cf1f03008546304a2.zip
drm/nouveau/devinit/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 0775b4a0b2c8..71a477cac8a0 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",
.bios = nvkm_bios_new,
+ .devinit = gm200_devinit_new,
.mc = gp100_mc_new,
.pci = gp100_pci_new,
.timer = gk20a_timer_new,
OpenPOWER on IntegriCloud