diff options
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2014-12-30 09:08:16 -0500 |
---|---|---|
committer | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2014-12-30 09:08:16 -0500 |
commit | f32c4c506f9b197f24d4be4ee7283bd549e3a30f (patch) | |
tree | c90b1a815d4e060fdaf89657c00bc47037547dd7 /drivers/gpu/drm/sti/Makefile | |
parent | 4e0cd68115620bc3236ff4e58e4c073948629b41 (diff) |
drm: sti: add DVO output connector
Digital Video Out connector driver LCD panels.
Like HDMI and HDA it create bridge, encoder and connector
drm object.
Add binding description.
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Diffstat (limited to 'drivers/gpu/drm/sti/Makefile')
-rw-r--r-- | drivers/gpu/drm/sti/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sti/Makefile b/drivers/gpu/drm/sti/Makefile index 6ba9d27c1b90..f0f1e4ee2d92 100644 --- a/drivers/gpu/drm/sti/Makefile +++ b/drivers/gpu/drm/sti/Makefile | |||
@@ -12,6 +12,9 @@ stihdmi-y := sti_hdmi.o \ | |||
12 | sti_hdmi_tx3g0c55phy.o \ | 12 | sti_hdmi_tx3g0c55phy.o \ |
13 | sti_hdmi_tx3g4c28phy.o \ | 13 | sti_hdmi_tx3g4c28phy.o \ |
14 | 14 | ||
15 | stidvo-y := sti_dvo.o \ | ||
16 | sti_awg_utils.o | ||
17 | |||
15 | obj-$(CONFIG_DRM_STI) = \ | 18 | obj-$(CONFIG_DRM_STI) = \ |
16 | sti_vtg.o \ | 19 | sti_vtg.o \ |
17 | sti_vtac.o \ | 20 | sti_vtac.o \ |
@@ -20,4 +23,5 @@ obj-$(CONFIG_DRM_STI) = \ | |||
20 | sti_tvout.o \ | 23 | sti_tvout.o \ |
21 | sticompositor.o \ | 24 | sticompositor.o \ |
22 | sti_hqvdp.o \ | 25 | sti_hqvdp.o \ |
26 | stidvo.o \ | ||
23 | sti_drm_drv.o | 27 | sti_drm_drv.o |