Re: [PATCH v4 5/8] drm/msm/dp: incorporate pm_runtime framework into DP driver

2023-10-03 Thread Dmitry Baryshkov
On Tue, 3 Oct 2023 at 01:48, Kuogee Hsieh wrote: > > > On 9/27/2023 2:41 PM, Dmitry Baryshkov wrote: > > On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh wrote: > >> Currently DP driver is executed independent of PM runtime framework. > >> This lead to msm edp panel can not be detected by edp_panel dr

Re: [PATCH v4 5/8] drm/msm/dp: incorporate pm_runtime framework into DP driver

2023-10-02 Thread Kuogee Hsieh
On 9/27/2023 2:41 PM, Dmitry Baryshkov wrote: On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh wrote: Currently DP driver is executed independent of PM runtime framework. This lead to msm edp panel can not be detected by edp_panel driver at generic_edp_panel_probe() due to aux dpcd read failed at

Re: [PATCH v4 5/8] drm/msm/dp: incorporate pm_runtime framework into DP driver

2023-10-02 Thread Kuogee Hsieh
On 9/27/2023 2:41 PM, Dmitry Baryshkov wrote: On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh wrote: Currently DP driver is executed independent of PM runtime framework. This lead to msm edp panel can not be detected by edp_panel driver at generic_edp_panel_probe() due to aux dpcd read failed at

Re: [PATCH v4 5/8] drm/msm/dp: incorporate pm_runtime framework into DP driver

2023-09-27 Thread Dmitry Baryshkov
On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh wrote: > > Currently DP driver is executed independent of PM runtime framework. > This lead to msm edp panel can not be detected by edp_panel driver at > generic_edp_panel_probe() due to aux dpcd read failed at msm edp driver. eDP, AUX, DPCD. leads. not

[PATCH v4 5/8] drm/msm/dp: incorporate pm_runtime framework into DP driver

2023-09-27 Thread Kuogee Hsieh
Currently DP driver is executed independent of PM runtime framework. This lead to msm edp panel can not be detected by edp_panel driver at generic_edp_panel_probe() due to aux dpcd read failed at msm edp driver. Incorporating pm runtime framework into DP driver so that both power and clocks to enab