Re: [PATCH 29/41] drm/bridge: analogix_dp: Fix timeout of video streamclk config

2017-03-22 Thread Andrzej Hajda
On 10.03.2017 05:32, Sean Paul wrote: > From: zain wang > > The STRM_VALID bit in register ANALOGIX_DP_SYS_CTL_3 may be unstable, > so we may hit the error log "Timeout of video streamclk ok" since > checked this unstable bit. > In fact, we can go continue and the streamclk is ok if we wait enough

[PATCH 29/41] drm/bridge: analogix_dp: Fix timeout of video streamclk config

2017-03-09 Thread Sean Paul
From: zain wang The STRM_VALID bit in register ANALOGIX_DP_SYS_CTL_3 may be unstable, so we may hit the error log "Timeout of video streamclk ok" since checked this unstable bit. In fact, we can go continue and the streamclk is ok if we wait enough time, it does no effect on display. Let's change