Skip to content

Commit

Permalink
drm: sti: add TVOut driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Benjamin Gaignard committed Jul 30, 2014
1 parent c86a5f6 commit cdfbff7
Show file tree
Hide file tree
Showing 2 changed files with 650 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/sti/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ obj-$(CONFIG_DRM_STI) = \
sti_vtg.o \
sti_vtac.o \
stihdmi.o \
sti_hda.o
sti_hda.o \
sti_tvout.o
Loading

0 comments on commit cdfbff7

Please sign in to comment.