aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/Makefile
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2014-01-14 01:29:06 -0500
committerBen Skeggs <bskeggs@redhat.com>2014-01-22 22:39:13 -0500
commit4019aaa2b314a5be9886ae1db64ff8c6d3c060ed (patch)
tree36bf11cda126d23842357bcfff614bd1a68abcab /drivers/gpu/drm/nouveau/Makefile
parentf0d13e3a851ef29691076d89ff7ee69f004037a7 (diff)
drm/nv50-/devinit: prevent use of engines marked as disabled by hw/vbios
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r--drivers/gpu/drm/nouveau/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile
index d1dd49b344ec..e88145ba1bf5 100644
--- a/drivers/gpu/drm/nouveau/Makefile
+++ b/drivers/gpu/drm/nouveau/Makefile
@@ -72,7 +72,10 @@ nouveau-y += core/subdev/devinit/nv10.o
72nouveau-y += core/subdev/devinit/nv1a.o 72nouveau-y += core/subdev/devinit/nv1a.o
73nouveau-y += core/subdev/devinit/nv20.o 73nouveau-y += core/subdev/devinit/nv20.o
74nouveau-y += core/subdev/devinit/nv50.o 74nouveau-y += core/subdev/devinit/nv50.o
75nouveau-y += core/subdev/devinit/nv84.o
76nouveau-y += core/subdev/devinit/nv98.o
75nouveau-y += core/subdev/devinit/nva3.o 77nouveau-y += core/subdev/devinit/nva3.o
78nouveau-y += core/subdev/devinit/nvaf.o
76nouveau-y += core/subdev/devinit/nvc0.o 79nouveau-y += core/subdev/devinit/nvc0.o
77nouveau-y += core/subdev/fb/base.o 80nouveau-y += core/subdev/fb/base.o
78nouveau-y += core/subdev/fb/nv04.o 81nouveau-y += core/subdev/fb/nv04.o