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

2014-10-26 Thread Laurent Pinchart
Hi Geert, Thank you for the review. On Friday 24 October 2014 15:58:34 Geert Uytterhoeven wrote: > On Fri, Oct 24, 2014 at 2:58 PM, Laurent Pinchart > > wrote: > > --- a/include/drm/drm_edid.h > > +++ b/include/drm/drm_edid.h > > @@ -279,4 +279,8 @@ int > > drm_hdmi_vendor_infoframe_from_displ

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

2014-10-24 Thread Geert Uytterhoeven
On Fri, Oct 24, 2014 at 2:58 PM, Laurent Pinchart wrote: > --- a/include/drm/drm_edid.h > +++ b/include/drm/drm_edid.h > @@ -279,4 +279,8 @@ int > drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe > *frame, > const struct drm_dis

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

2014-10-24 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