diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-02-24 08:26:44 +0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-03-26 08:00:59 +0400 |
commit | c68c29c04c4ff11e51d98b2225c1e3b37ed22996 (patch) | |
tree | a906909b2127c9683bda722b700e7dc23b803433 /drivers/gpu/drm/nouveau/Makefile | |
parent | f6bad8abc61b70c484ee4be5ffef6157136a8f40 (diff) | |
download | linux-c68c29c04c4ff11e51d98b2225c1e3b37ed22996.tar.xz |
drm/gm107/disp: initial implementation
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 266551b27033..e3a224fecad6 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -221,6 +221,7 @@ nouveau-y += core/engine/disp/nva3.o nouveau-y += core/engine/disp/nvd0.o nouveau-y += core/engine/disp/nve0.o nouveau-y += core/engine/disp/nvf0.o +nouveau-y += core/engine/disp/gm107.o nouveau-y += core/engine/disp/dacnv50.o nouveau-y += core/engine/disp/dport.o nouveau-y += core/engine/disp/hdanva3.o |