Re: [PATCH v4 2/8] drm/msm/dp: rename is_connected with link_ready

2023-09-27 Thread Dmitry Baryshkov
On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh wrote: > > The is_connected flag is set to true after DP mainlink successfully > finishes link training to enter into ST_MAINLINK_READY state. ... rather than being set after the DP dongle is connected. > Rename > the is_connected flag with link_ready

[PATCH v4 2/8] drm/msm/dp: rename is_connected with link_ready

2023-09-27 Thread Kuogee Hsieh
The is_connected flag is set to true after DP mainlink successfully finishes link training to enter into ST_MAINLINK_READY state. Rename the is_connected flag with link_ready flag to match the state of DP driver's state machine. Changes in v4: -- reworded commit etxt Signed-off-by: Kuogee Hsieh