Re: [PATCH v3 2/7] drm/msm/dp: replace is_connected with link_ready

2023-09-19 Thread Dmitry Baryshkov
On Mon, 18 Sept 2023 at 20:09, Kuogee Hsieh wrote: > > > On 9/15/2023 6:51 PM, Dmitry Baryshkov wrote: > > On Sat, 16 Sept 2023 at 00:38, Kuogee Hsieh wrote: > >> The is_connected flag is set to true after DP mainlink successfully > >> finish link training. Replace the is_connected flag with link

Re: [PATCH v3 2/7] drm/msm/dp: replace is_connected with link_ready

2023-09-18 Thread Kuogee Hsieh
On 9/15/2023 6:51 PM, Dmitry Baryshkov wrote: On Sat, 16 Sept 2023 at 00:38, Kuogee Hsieh wrote: The is_connected flag is set to true after DP mainlink successfully finish link training. Replace the is_connected flag with link_ready finishes. Also this is not a replace, this patch renames th

Re: [PATCH v3 2/7] drm/msm/dp: replace is_connected with link_ready

2023-09-15 Thread Dmitry Baryshkov
On Sat, 16 Sept 2023 at 00:38, Kuogee Hsieh wrote: > > The is_connected flag is set to true after DP mainlink successfully > finish link training. Replace the is_connected flag with link_ready finishes. Also this is not a replace, this patch renames the flag. > flag to avoid confusing. confusin

[PATCH v3 2/7] drm/msm/dp: replace is_connected with link_ready

2023-09-15 Thread Kuogee Hsieh
The is_connected flag is set to true after DP mainlink successfully finish link training. Replace the is_connected flag with link_ready flag to avoid confusing. Signed-off-by: Kuogee Hsieh --- drivers/gpu/drm/msm/dp/dp_display.c | 19 +-- drivers/gpu/drm/msm/dp/dp_display.h | 2