[PATCH v4 6/9] drm: Decouple EDID parsing from I2C adapter

2014-11-26 Thread Laurent Pinchart
Hi Rob, On Tuesday 25 November 2014 19:38:47 Rob Clark wrote: > On Tue, Nov 25, 2014 at 6:47 PM, Laurent Pinchart wrote: > > From: Lars-Peter Clausen > > > > The drm_get_edid() function performs direct I2C accesses to read EDID > > blocks, assuming that the monitor DDC interface is directly conn

[PATCH v4 6/9] drm: Decouple EDID parsing from I2C adapter

2014-11-26 Thread Daniel Vetter
On Wed, Nov 26, 2014 at 01:47:27AM +0200, Laurent Pinchart wrote: > From: Lars-Peter Clausen > > The drm_get_edid() function performs direct I2C accesses to read EDID > blocks, assuming that the monitor DDC interface is directly connected to > the I2C bus. It can't thus be used with HDMI encoders

[PATCH v4 6/9] drm: Decouple EDID parsing from I2C adapter

2014-11-26 Thread Laurent Pinchart
From: Lars-Peter Clausen The drm_get_edid() function performs direct I2C accesses to read EDID blocks, assuming that the monitor DDC interface is directly connected to the I2C bus. It can't thus be used with HDMI encoders that control the DDC bus and expose EDID blocks through a different interfa

[PATCH v4 6/9] drm: Decouple EDID parsing from I2C adapter

2014-11-25 Thread Rob Clark
On Tue, Nov 25, 2014 at 6:47 PM, Laurent Pinchart wrote: > From: Lars-Peter Clausen > > The drm_get_edid() function performs direct I2C accesses to read EDID > blocks, assuming that the monitor DDC interface is directly connected to > the I2C bus. It can't thus be used with HDMI encoders that con