Re: [PATCH] drm/bridge: tc358767: fix poll timeouts

2020-02-10 Thread Neil Armstrong
On 13/01/2020 14:31, Tomi Valkeinen wrote: > Hi Andrzej, > > On 09/12/2019 16:45, Andrey Smirnov wrote: >> + Chris Healy >> >> On Mon, Dec 9, 2019 at 12:27 AM Tomi Valkeinen wrote: >>> >>> Link training fails with: >>> >>>    Link training timeout waiting for LT_LOOPDONE! >>>    main link enable

Re: [PATCH] drm/bridge: tc358767: fix poll timeouts

2020-01-13 Thread Tomi Valkeinen
Hi Andrzej, On 09/12/2019 16:45, Andrey Smirnov wrote: + Chris Healy On Mon, Dec 9, 2019 at 12:27 AM Tomi Valkeinen wrote: Link training fails with: Link training timeout waiting for LT_LOOPDONE! main link enable error: -110 This is caused by too tight timeouts, which were changed re

Re: [PATCH] drm/bridge: tc358767: fix poll timeouts

2019-12-10 Thread Andrey Smirnov
+ Chris Healy On Mon, Dec 9, 2019 at 12:27 AM Tomi Valkeinen wrote: > > Link training fails with: > > Link training timeout waiting for LT_LOOPDONE! > main link enable error: -110 > > This is caused by too tight timeouts, which were changed recently in > aa92213f388b ("drm/bridge: tc358767: S

[PATCH] drm/bridge: tc358767: fix poll timeouts

2019-12-09 Thread Tomi Valkeinen
Link training fails with: Link training timeout waiting for LT_LOOPDONE! main link enable error: -110 This is caused by too tight timeouts, which were changed recently in aa92213f388b ("drm/bridge: tc358767: Simplify polling in tc_link_training()"). With a quick glance, the commit does not c