]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: sti: add TVOut driver
authorBenjamin Gaignard <benjamin.gaignard@linaro.org>
Wed, 30 Jul 2014 17:26:17 +0000 (19:26 +0200)
committerBenjamin Gaignard <benjamin.gaignard@linaro.org>
Wed, 30 Jul 2014 17:26:17 +0000 (19:26 +0200)
commitcdfbff788ec9d488cab6450a439c2421ef28b0a4
tree83d8398f4f6f0a39843333582afc4fa39928b69a
parentc86a5f6e1b9c84064231ec867aca281d9e8514a2
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>
drivers/gpu/drm/sti/Makefile
drivers/gpu/drm/sti/sti_tvout.c [new file with mode: 0644]