summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sti/Makefile
diff options
context:
space:
mode:
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>2014-07-30 19:26:17 +0200
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>2014-07-30 19:26:17 +0200
commitcdfbff788ec9d488cab6450a439c2421ef28b0a4 (patch)
tree83d8398f4f6f0a39843333582afc4fa39928b69a /drivers/gpu/drm/sti/Makefile
parentc86a5f6e1b9c84064231ec867aca281d9e8514a2 (diff)
drm: sti: add TVOut driver
TVout hardware block is responsible to dispatch the data flow coming from compositor block to any of the output (HDMI or Analog TV). It control when output are start/stop and configure according the require flow path. TVout is the parent of HDMI and HDA drivers and bind them at runtime. Tvout is mapped on drm_encoder structure. One encoder is created for each of the sub-devices and link to their connector/bridge Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/sti/Makefile')
-rw-r--r--drivers/gpu/drm/sti/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/Makefile b/drivers/gpu/drm/sti/Makefile
index 4cf0c5561037..5f6d96d27f3b 100644
--- a/drivers/gpu/drm/sti/Makefile
+++ b/drivers/gpu/drm/sti/Makefile
@@ -6,4 +6,5 @@ obj-$(CONFIG_DRM_STI) = \
sti_vtg.o \
sti_vtac.o \
stihdmi.o \
- sti_hda.o \ No newline at end of file
+ sti_hda.o \
+ sti_tvout.o \ No newline at end of file