Re: [PATCH 31/41] drm/bridge: analogix_dp: Move fast link training detect to set_bridge

2017-03-22 Thread Andrzej Hajda
On 10.03.2017 05:32, Sean Paul wrote: > From: zain wang > > It's too early to detect fast link training, if other step after it failed, > we will set fast_link flag to 1, and retry set_bridge again. In this case > we will power down and power up panel power supply, and we will do fast link > train

[PATCH 31/41] drm/bridge: analogix_dp: Move fast link training detect to set_bridge

2017-03-09 Thread Sean Paul
From: zain wang It's too early to detect fast link training, if other step after it failed, we will set fast_link flag to 1, and retry set_bridge again. In this case we will power down and power up panel power supply, and we will do fast link training since we have set fast_link flag to 1. In fac