[PATCH] drm/i2c: tda998x: potentially faster polling for edid

2014-03-06 Thread Jean-Francois Moine
On Mon, 03 Mar 2014 18:01:34 + Russell King wrote: > One of Jean-Francois patches changed the EDID polling to once every > 10ms for 10 interations, whereas the original code did 1ms for 100 > interations. This appears to cause boot-time detection to take > slightly - but noticably - longer.

[PATCH] drm/i2c: tda998x: potentially faster polling for edid

2014-03-03 Thread Russell King
One of Jean-Francois patches changed the EDID polling to once every 10ms for 10 interations, whereas the original code did 1ms for 100 interations. This appears to cause boot-time detection to take slightly - but noticably - longer. Revert this change. Signed-off-by: Russell King --- Jean, I'm