diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-05-16 08:36:15 +0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-06-11 10:10:36 +0400 |
commit | 7a014a872914a6bb5af8b67eba603f8546794ab9 (patch) | |
tree | 8d8290902034fcc337b26d4882448c8d05637fa6 /drivers/gpu/drm/nouveau/Makefile | |
parent | 20014cbe8b2b9921476531a051735ed3f932fb13 (diff) | |
download | linux-7a014a872914a6bb5af8b67eba603f8546794ab9.tar.xz |
drm/nouveau/disp: add internal representaion of output paths and connectors
This will, at some point, be used to replace various bits and pieces of
code doing direct bios parsing. For now, it'll just be used for some
DP improvements.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index d647e7487a0d..de2eada522a0 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -222,6 +222,8 @@ nouveau-y += core/engine/device/nvc0.o nouveau-y += core/engine/device/nve0.o nouveau-y += core/engine/device/gm100.o nouveau-y += core/engine/disp/base.o +nouveau-y += core/engine/disp/conn.o +nouveau-y += core/engine/disp/outp.o nouveau-y += core/engine/disp/nv04.o nouveau-y += core/engine/disp/nv50.o nouveau-y += core/engine/disp/nv84.o |