summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-11-22 15:48:41 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-11-29 09:58:06 +1000
commita7416d0d8a0348b5b472fe148293b9efe7ad4fed (patch)
treeb33c64bc58a19684aead2bd9426b75ded8a6ee14 /drivers/gpu/drm/nouveau/Makefile
parentb2f04fc6cbf1467baf86a364efe3783be8f76a33 (diff)
downloadlinux-3.10-a7416d0d8a0348b5b472fe148293b9efe7ad4fed.tar.gz
linux-3.10-a7416d0d8a0348b5b472fe148293b9efe7ad4fed.tar.bz2
linux-3.10-a7416d0d8a0348b5b472fe148293b9efe7ad4fed.zip
drm/nve0/vp: implement initial support for engine
Will allow use of the engine if firmware (nvXX_fuc085) provided. 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 18bdf7f6eaa..363a755198b 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -184,6 +184,7 @@ nouveau-y += core/engine/software/nv10.o
nouveau-y += core/engine/software/nv50.o
nouveau-y += core/engine/software/nvc0.o
nouveau-y += core/engine/vp/nv84.o
+nouveau-y += core/engine/vp/nve0.o
# drm/core
nouveau-y += nouveau_drm.o nouveau_chan.o nouveau_dma.o nouveau_fence.o