Re: [U-Boot] [PATCH 3/3] sunxi: display: Implement fallback to ddc probe when hpd fails

2019-02-15 Thread Anatolij Gustschin
On Wed, 19 Dec 2018 15:06:09 +0200 Priit Laes pl...@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 >

[U-Boot] [PATCH 3/3] sunxi: display: Implement fallback to ddc probe when hpd fails

2018-12-19 Thread Priit Laes
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 ---