summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-11-22 15:42:23 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-11-29 09:58:05 +1000
commitb2f04fc6cbf1467baf86a364efe3783be8f76a33 (patch)
tree83dabe17957fce7e7f8f295755160affa29d3c71 /drivers/gpu/drm/nouveau/Makefile
parent4946980099c617ba7612f97f77cba7ece5b7f820 (diff)
downloadlinux-3.10-b2f04fc6cbf1467baf86a364efe3783be8f76a33.tar.gz
linux-3.10-b2f04fc6cbf1467baf86a364efe3783be8f76a33.tar.bz2
linux-3.10-b2f04fc6cbf1467baf86a364efe3783be8f76a33.zip
drm/nve0/bsp: implement initial support for engine
Will allow use of the engine if firmware (nvXX_fuc084) 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 af6c5c236ec..18bdf7f6eaa 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -125,6 +125,7 @@ nouveau-y += core/engine/dmaobj/nv50.o
nouveau-y += core/engine/dmaobj/nvc0.o
nouveau-y += core/engine/dmaobj/nvd0.o
nouveau-y += core/engine/bsp/nv84.o
+nouveau-y += core/engine/bsp/nve0.o
nouveau-y += core/engine/copy/nva3.o
nouveau-y += core/engine/copy/nvc0.o
nouveau-y += core/engine/copy/nve0.o