diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-09-23 15:42:45 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-12-02 15:43:43 +1000 |
commit | ba6e34e612718b81744dfb1acb408cfb0043d6e4 (patch) | |
tree | 3b44230815ed5f719240e3b7d63a9cc7440d02e2 /drivers/gpu/drm/nouveau/Makefile | |
parent | e21fd7c4d3f86621a3d57131f4216c6d21c71106 (diff) | |
download | op-kernel-dev-ba6e34e612718b81744dfb1acb408cfb0043d6e4.zip op-kernel-dev-ba6e34e612718b81744dfb1acb408cfb0043d6e4.tar.gz |
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 bb32d0e..fe0f770 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 |