]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: video: Add hdmi support
authorHans de Goede <hdegoede@redhat.com>
Sat, 20 Dec 2014 12:38:06 +0000 (13:38 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 14 Jan 2015 13:56:38 +0000 (14:56 +0100)
commit5ee0bea49ab8a150fc3c1f4def7b72df101db662
tree329cb49ae2965e3e4e7b949597ad8e77a0a5f30a
parent75481607c74188ff3c194baea92b75dddba8530b
sunxi: video: Add hdmi support

So far we've been programming the hdmi-encoder to send out dvi data over the
hdmi connector. This works well for most devices, including hdmi devices, but
not all devices accept dvi data on a hdmi input.

Add support for sending proper hdmi data over the hdmi output found on most
sunxi boards. This can be turned on by adding monitor=hdmi as option to the
video-mode env. variable.

A follow up patch will determine whether to send dvi or hdmi automatically when
EDID is used.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Acked-by: Anatolij Gustschin <agust@denx.de>
arch/arm/include/asm/arch-sunxi/display.h
drivers/video/sunxi_display.c