Re: [PATCH 4/4 v7] drm/pl111: Support handling bridge timings

2018-01-12 Thread Linus Walleij
On Fri, Jan 12, 2018 at 10:25 AM, Archit Taneja wrote: > On 01/12/2018 01:18 PM, Linus Walleij wrote: >> >> If the bridge has a too strict setup time for the incoming >> signals, we may not be fast enough and then we need to >> compensate by outputting the signal on the inverse clock >> edge so it

[PATCH 4/4 v7] drm/pl111: Support handling bridge timings

2018-01-12 Thread Linus Walleij
If the bridge has a too strict setup time for the incoming signals, we may not be fast enough and then we need to compensate by outputting the signal on the inverse clock edge so it is for sure stable when the bridge samples it. Since bridges in difference to panels does not expose their connector

Re: [PATCH 4/4 v7] drm/pl111: Support handling bridge timings

2018-01-12 Thread Archit Taneja
On 01/12/2018 01:18 PM, Linus Walleij wrote: If the bridge has a too strict setup time for the incoming signals, we may not be fast enough and then we need to compensate by outputting the signal on the inverse clock edge so it is for sure stable when the bridge samples it. Since bridges in dif