Re: [PATCH 18/19] drm/msm/dp: Move link training to atomic_enable()

2025-08-02 Thread Dmitry Baryshkov
On Fri, Aug 01, 2025 at 04:58:55PM -0700, Jessica Zhang wrote: > > > On 7/14/2025 4:54 AM, Dmitry Baryshkov wrote: > > On Fri, Jul 11, 2025 at 05:58:23PM -0700, Jessica Zhang wrote: > > > Currently, the DP link training is being done during HPD. Move > > > link training to atomic_enable() in acco

Re: [PATCH 18/19] drm/msm/dp: Move link training to atomic_enable()

2025-08-01 Thread Jessica Zhang
On 7/14/2025 4:54 AM, Dmitry Baryshkov wrote: On Fri, Jul 11, 2025 at 05:58:23PM -0700, Jessica Zhang wrote: Currently, the DP link training is being done during HPD. Move link training to atomic_enable() in accordance with the atomic_enable() documentation. In addition, don't disable the li

Re: [PATCH 18/19] drm/msm/dp: Move link training to atomic_enable()

2025-07-14 Thread Dmitry Baryshkov
On Fri, Jul 11, 2025 at 05:58:23PM -0700, Jessica Zhang wrote: > Currently, the DP link training is being done during HPD. Move > link training to atomic_enable() in accordance with the atomic_enable() > documentation. > > In addition, don't disable the link until atomic_post_disable() (as part >

[PATCH 18/19] drm/msm/dp: Move link training to atomic_enable()

2025-07-11 Thread Jessica Zhang
Currently, the DP link training is being done during HPD. Move link training to atomic_enable() in accordance with the atomic_enable() documentation. In addition, don't disable the link until atomic_post_disable() (as part of the dp_ctrl_off[_link_stream]() helpers). Since the link training is mo