Re: [PATCH v4 7/8] drm/msm/dp: add pm_runtime_force_suspend()/resume()

2023-10-03 Thread Kuogee Hsieh
On 10/3/2023 3:36 PM, Dmitry Baryshkov wrote: On Wed, 4 Oct 2023 at 01:12, Kuogee Hsieh wrote: On 10/3/2023 10:53 AM, Dmitry Baryshkov wrote: On Tue, 3 Oct 2023 at 19:44, Kuogee Hsieh wrote: On 9/27/2023 3:00 PM, Dmitry Baryshkov wrote: On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh wrote:

Re: [PATCH v4 7/8] drm/msm/dp: add pm_runtime_force_suspend()/resume()

2023-10-03 Thread Dmitry Baryshkov
On Wed, 4 Oct 2023 at 01:12, Kuogee Hsieh wrote: > > > On 10/3/2023 10:53 AM, Dmitry Baryshkov wrote: > > On Tue, 3 Oct 2023 at 19:44, Kuogee Hsieh wrote: > >> > >> On 9/27/2023 3:00 PM, Dmitry Baryshkov wrote: > >>> On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh > >>> wrote: > After incorpor

Re: [PATCH v4 7/8] drm/msm/dp: add pm_runtime_force_suspend()/resume()

2023-10-03 Thread Kuogee Hsieh
On 10/3/2023 10:53 AM, Dmitry Baryshkov wrote: On Tue, 3 Oct 2023 at 19:44, Kuogee Hsieh wrote: On 9/27/2023 3:00 PM, Dmitry Baryshkov wrote: On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh wrote: After incorporated pm_runtime framework into eDP/DP driver, the incorporating original dp_pm

Re: [PATCH v4 7/8] drm/msm/dp: add pm_runtime_force_suspend()/resume()

2023-10-03 Thread Dmitry Baryshkov
On Tue, 3 Oct 2023 at 19:44, Kuogee Hsieh wrote: > > > On 9/27/2023 3:00 PM, Dmitry Baryshkov wrote: > > On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh wrote: > >> After incorporated pm_runtime framework into eDP/DP driver, the > > incorporating > > > > > >> original dp_pm_suspend() to handle power

Re: [PATCH v4 7/8] drm/msm/dp: add pm_runtime_force_suspend()/resume()

2023-10-03 Thread Kuogee Hsieh
On 9/27/2023 3:00 PM, Dmitry Baryshkov wrote: On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh wrote: After incorporated pm_runtime framework into eDP/DP driver, the incorporating original dp_pm_suspend() to handle power off both DP phy and controller during suspend and dp_pm_resume() to handl

Re: [PATCH v4 7/8] drm/msm/dp: add pm_runtime_force_suspend()/resume()

2023-09-27 Thread Dmitry Baryshkov
On Wed, 27 Sept 2023 at 23:54, Kuogee Hsieh wrote: > > After incorporated pm_runtime framework into eDP/DP driver, the incorporating > original dp_pm_suspend() to handle power off both DP phy and > controller during suspend and dp_pm_resume() to handle power on > both DP phy and controller duri

[PATCH v4 7/8] drm/msm/dp: add pm_runtime_force_suspend()/resume()

2023-09-27 Thread Kuogee Hsieh
After incorporated pm_runtime framework into eDP/DP driver, the original dp_pm_suspend() to handle power off both DP phy and controller during suspend and dp_pm_resume() to handle power on both DP phy and controller during resume are not necessary since those function are replaced by dp_pm_runtime_