diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-09-23 07:42:45 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-12-02 06:43:43 +0100 |
commit | ba6e34e612718b81744dfb1acb408cfb0043d6e4 (patch) | |
tree | 3b44230815ed5f719240e3b7d63a9cc7440d02e2 /drivers/gpu/drm/nouveau/Makefile | |
parent | drm/nouveau/devinit: allow impl to select its own cold-boot method (diff) | |
download | linux-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/Makefile | 1 |
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 |