Re: [PATCH v2 2/6] host1x: hdmi: Detect whether display is connected with HDMI or DVI

2013-09-04 Thread Thierry Reding
On Wed, Sep 04, 2013 at 12:40:58PM -0600, Stephen Warren wrote: > On 08/28/2013 09:48 AM, Mikko Perttunen wrote: > > Use EDID data to determine whether the display supports HDMI or just DVI. > > This used to be hardcoded to be HDMI, which broke support for DVI displays > > that couldn't understand

Re: [PATCH v2 2/6] host1x: hdmi: Detect whether display is connected with HDMI or DVI

2013-09-04 Thread Stephen Warren
On 08/28/2013 09:48 AM, Mikko Perttunen wrote: > Use EDID data to determine whether the display supports HDMI or just DVI. > This used to be hardcoded to be HDMI, which broke support for DVI displays > that couldn't understand the interspersed audio/other data. > > If the EDID data isn't available

[PATCH v2 2/6] host1x: hdmi: Detect whether display is connected with HDMI or DVI

2013-08-28 Thread Mikko Perttunen
Use EDID data to determine whether the display supports HDMI or just DVI. This used to be hardcoded to be HDMI, which broke support for DVI displays that couldn't understand the interspersed audio/other data. If the EDID data isn't available, default to DVI, which should be a safer choice. Signed

[PATCH v2 2/6] host1x: hdmi: Detect whether display is connected with HDMI or DVI

2013-08-28 Thread Mikko Perttunen
Use EDID data to determine whether the display supports HDMI or just DVI. This used to be hardcoded to be HDMI, which broke support for DVI displays that couldn't understand the interspersed audio/other data. If the EDID data isn't available, default to DVI, which should be a safer choice. Signed