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

2023-10-11 Thread Dmitry Baryshkov
On 07/10/2023 01:55, Kuogee Hsieh wrote: Currently DP driver is executed independent of PM runtime framework. This leads msm eDP panel can not being detected by edp_panel driver during generic_edp_panel_probe() due to AUX DPCD read failed at edp panel driver. Incorporate PM runtime framework into

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

2023-10-11 Thread Dmitry Baryshkov
On 07/10/2023 01:55, Kuogee Hsieh wrote: Currently DP driver is executed independent of PM runtime framework. This leads msm eDP panel can not being detected by edp_panel driver during generic_edp_panel_probe() due to AUX DPCD read failed at edp panel driver. Incorporate PM runtime framework into

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

2023-10-07 Thread Dmitry Baryshkov
On Sat, 7 Oct 2023 at 01:55, Kuogee Hsieh wrote: > > Currently DP driver is executed independent of PM runtime framework. > This leads msm eDP panel can not being detected by edp_panel driver > during generic_edp_panel_probe() due to AUX DPCD read failed at > edp panel driver. Incorporate PM runti

[PATCH v7 5/7] drm/msm/dp: incorporate pm_runtime framework into DP driver

2023-10-06 Thread Kuogee Hsieh
Currently DP driver is executed independent of PM runtime framework. This leads msm eDP panel can not being detected by edp_panel driver during generic_edp_panel_probe() due to AUX DPCD read failed at edp panel driver. Incorporate PM runtime framework into DP driver so that host controller's power