Re: [PATCH v5 17/24] drm/msm/dsi/phy: Fix missing initial VCO rate

2025-05-02 Thread Dmitry Baryshkov
On Wed, Apr 30, 2025 at 03:00:47PM +0200, Krzysztof Kozlowski wrote: > Driver unconditionally saves current state on first init in > dsi_pll_7nm_init(), but does not save the VCO rate, only some of the > divider registers. The state is then restored during probe/enable via > msm_dsi_phy_enable() -

[PATCH v5 17/24] drm/msm/dsi/phy: Fix missing initial VCO rate

2025-04-30 Thread Krzysztof Kozlowski
Driver unconditionally saves current state on first init in dsi_pll_7nm_init(), but does not save the VCO rate, only some of the divider registers. The state is then restored during probe/enable via msm_dsi_phy_enable() -> msm_dsi_phy_pll_restore_state() -> dsi_7nm_pll_restore_state(). Restoring