OSDN Git Service

drm: sun4i: Add composite output
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 29 Oct 2015 08:39:01 +0000 (09:39 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 28 Apr 2016 08:30:05 +0000 (10:30 +0200)
commit03c4c71d25b4868818deebeaa8943b75aa539512
treeb2f18dc209c3eb26df306474e4f9cafe81a43781
parent29e57fab97fcdac9bf04db5f8f59ee63ab11b866
drm: sun4i: Add composite output

Some Allwinner SoCs have an IP called the TV encoder that is used to output
composite and VGA signals. In such a case, we need to use the second TCON
channel.

Add support for that TV encoder.

Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/gpu/drm/sun4i/Makefile
drivers/gpu/drm/sun4i/sun4i_tv.c [new file with mode: 0644]