From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 15 Feb 2019 16:59:48 +0100 Subject: [U-Boot] [PATCH 3/3] sunxi: display: Implement fallback to ddc probe when hpd fails In-Reply-To: <20181219130609.12358-3-plaes@plaes.org> References: <20181219130609.12358-1-plaes@plaes.org> <20181219130609.12358-3-plaes@plaes.org> Message-ID: <20190215165948.03517f38@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 Wed, 19 Dec 2018 15:06:09 +0200 Priit Laes plaes at plaes.org wrote: > From: Priit Laes > > There are HDMI displays where hpd pin is not connected, thus > we cannot get it to work unless we specifically set the resolution. > > Rework the display probing, so hotplug detect failure causes > fallback to probing ddc for EDID data. > > Signed-off-by: Priit Laes > --- > drivers/video/sunxi/sunxi_display.c | 28 +++++++++++++++++++++------- > 1 file changed, 21 insertions(+), 7 deletions(-) Applied to u-boot-video/master, thanks! -- Anatolij