summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2014-09-23 07:42:45 +0200
committerBen Skeggs <bskeggs@redhat.com>2014-12-02 06:43:43 +0100
commitba6e34e612718b81744dfb1acb408cfb0043d6e4 (patch)
tree3b44230815ed5f719240e3b7d63a9cc7440d02e2 /drivers/gpu/drm/nouveau/Makefile
parentdrm/nouveau/devinit: allow impl to select its own cold-boot method (diff)
downloadlinux-ba6e34e612718b81744dfb1acb408cfb0043d6e4.tar.xz
linux-ba6e34e612718b81744dfb1acb408cfb0043d6e4.zip
drm/gm204/devinit: initial implementation
Starting from GM204, certain registers are no longer accessible by the host (or unsigned PMU firmware). This commit implements devinit on PMU, using a signed microcode image, and devinit data, from the VBIOS. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index bb32d0ee0a0b..fe0f7705eefd 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -96,6 +96,7 @@ nouveau-y += core/subdev/devinit/nva3.o
nouveau-y += core/subdev/devinit/nvaf.o
nouveau-y += core/subdev/devinit/nvc0.o
nouveau-y += core/subdev/devinit/gm107.o
+nouveau-y += core/subdev/devinit/gm204.o
nouveau-y += core/subdev/fb/base.o
nouveau-y += core/subdev/fb/nv04.o
nouveau-y += core/subdev/fb/nv10.o