From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 15 May 2017 20:37:29 +0200 Subject: [U-Boot] [PATCH 2/3] edid: Add HDMI flag to timing info In-Reply-To: <20170429124337.16291-3-jernej.skrabec@siol.net> References: <20170429124337.16291-1-jernej.skrabec@siol.net> <20170429124337.16291-3-jernej.skrabec@siol.net> Message-ID: <20170515203729.46f201a8@crub> 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, 29 Apr 2017 14:43:36 +0200 Jernej Skrabec jernej.skrabec at siol.net wrote: > Some DVI monitors don't show anything in HDMI mode since audio stream > confuses them. To solve this situation, this commit adds HDMI flag in > timing data and sets it accordingly during edid parsing. > > First existence of extension block is checked. If it exists and it is > CEA861 extension, then data blocks are checked for presence of HDMI > vendor specific data block. If it is present, HDMI flag is set. > > Signed-off-by: Jernej Skrabec > --- > > common/edid.c | 42 ++++++++++++++++++++++++++++++++++++++++++ > include/edid.h | 14 ++++++++++++++ > include/fdtdec.h | 1 + > 3 files changed, 57 insertions(+) applied to u-boot-video/master, thanks! -- Anatolij