diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2013-10-15 10:49:39 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2013-11-08 15:40:05 +1000 |
commit | 2984506fb6172712f83e573319baf7dbd0eb9028 (patch) | |
tree | 17032d70df48ceabd832c0ffa936aac4239b3842 /drivers/gpu/drm/nouveau/Makefile | |
parent | 48ae0b355f21533145133002854de89a0537408d (diff) | |
download | linux-2984506fb6172712f83e573319baf7dbd0eb9028.tar.gz linux-2984506fb6172712f83e573319baf7dbd0eb9028.tar.bz2 linux-2984506fb6172712f83e573319baf7dbd0eb9028.zip |
drm/nouveau/bus: add interfaces/helpers for sequencer
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 fbe33ed5f6cf..3859958581c2 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -44,6 +44,7 @@ nouveau-y += core/subdev/bios/xpio.o nouveau-y += core/subdev/bus/nv04.o nouveau-y += core/subdev/bus/nv31.o nouveau-y += core/subdev/bus/nv50.o +nouveau-y += core/subdev/bus/nv94.o nouveau-y += core/subdev/bus/nvc0.o nouveau-y += core/subdev/clock/nv04.o nouveau-y += core/subdev/clock/nv40.o |