[PATCH] drm: i2c: tda998x: Retry fetching the EDID if it fails first time.

2014-12-01 Thread Andrew Jackson
On 11/29/14 10:41, Jean-Francois Moine wrote: > On Fri, 28 Nov 2014 09:02:39 + > Andrew Jackson wrote: > >>> It seems that your patch is deprecated by Laurent Pinchart's >>> [PATCH] drm: tda998x: Use drm_do_get_edid() >>> http://lists.freedesktop.org/archives/dri-devel/2014-November/07290

[PATCH] drm: i2c: tda998x: Retry fetching the EDID if it fails first time.

2014-11-29 Thread Jean-Francois Moine
On Fri, 28 Nov 2014 09:02:39 + Andrew Jackson wrote: > > It seems that your patch is deprecated by Laurent Pinchart's > > [PATCH] drm: tda998x: Use drm_do_get_edid() > > http://lists.freedesktop.org/archives/dri-devel/2014-November/072906.html > > > > Thank you for the heads-up, I'd n

[PATCH] drm: i2c: tda998x: Retry fetching the EDID if it fails first time.

2014-11-28 Thread Jean-Francois Moine
On Tue, 18 Nov 2014 17:41:26 + Andrew Jackson wrote: > Fetching the EDID from a connected monitor is an automated thing > with NXP TDA19988. But on some boards the fetching fails for the > first time silently without any indication that an error has occured. > More than that, subsequent fetch

[PATCH] drm: i2c: tda998x: Retry fetching the EDID if it fails first time.

2014-11-28 Thread Andrew Jackson
On 11/28/14 08:19, Jean-Francois Moine wrote: > On Tue, 18 Nov 2014 17:41:26 + > Andrew Jackson wrote: > >> Fetching the EDID from a connected monitor is an automated thing >> with NXP TDA19988. But on some boards the fetching fails for the >> first time silently without any indication that a

[PATCH] drm: i2c: tda998x: Retry fetching the EDID if it fails first time.

2014-11-18 Thread Andrew Jackson
Fetching the EDID from a connected monitor is an automated thing with NXP TDA19988. But on some boards the fetching fails for the first time silently without any indication that an error has occured. More than that, subsequent fetches of the EDID succeed until the monitor(s) are unplugged. Add a f