Re: [PATCH v5 4/5] drm/msm/dp: inline dp_power_clk_set_rate()

2022-03-03 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-02-16 21:55:28) > Inline the dp_power_clk_set_rate() function, replacing it with the call > to msm_dss_enable_clk(). > > Signed-off-by: Dmitry Baryshkov > --- Reviewed-by: Stephen Boyd

[PATCH v5 4/5] drm/msm/dp: inline dp_power_clk_set_rate()

2022-02-16 Thread Dmitry Baryshkov
Inline the dp_power_clk_set_rate() function, replacing it with the call to msm_dss_enable_clk(). Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/dp/dp_power.c | 23 ++- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/drivers/gpu/drm/msm/dp/dp_power.c