From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Mon, 22 Dec 2014 12:44:09 +0000 Subject: [U-Boot] [PATCH 2/6] sunxi: video: Add hdmi support In-Reply-To: <1419086525-7735-3-git-send-email-hdegoede@redhat.com> References: <1419086525-7735-1-git-send-email-hdegoede@redhat.com> <1419086525-7735-3-git-send-email-hdegoede@redhat.com> Message-ID: <1419252249.26985.172.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2014-12-20 at 15:42 +0100, Hans de Goede wrote: > 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 by adding monitor=hdmi as option > to the video-mode env. variable. > > A follow up patch will determine wether to send dvi or hdmi automatically when > EDID is used. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell (you could const the char *monitor argument to one function though)