diff options
author | Maarten Lankhorst | 2012-11-23 11:10:45 +1000 |
---|---|---|
committer | Ben Skeggs | 2012-11-29 09:58:07 +1000 |
commit | 7d8bd91bf43a220f506ebf01abdee487e7117469 (patch) | |
tree | 014eb9c239915ec4eb7c62ef5ab1483b06dd02ac /drivers/gpu/drm/nouveau/Makefile | |
parent | 23c14ed2eccc925c2afabcfb7e46b4b45d7fdf70 (diff) |
nvc0/vp: initial implementation of engine
Will allow use of the engine if firmware (nvXX_fuc085) provided.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
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 eb91ee97aef1..e84e5cd9de37 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -185,6 +185,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/nvc0.o nouveau-y += core/engine/vp/nve0.o # drm/core |