Re: [PATCH v4 09/11] drm/msm/dpu: remove extra clk_round_rate() call

2023-07-17 Thread Abhinav Kumar
On 7/12/2023 3:11 PM, Dmitry Baryshkov wrote: The dev_pm_opp_set_rate() already contains a call for clk_round_rate for the passed value. Stop calling it manually from _dpu_core_perf_get_core_clk_rate(). It is slightly incorrect to call it this way, as we should round the final calculated clock

[PATCH v4 09/11] drm/msm/dpu: remove extra clk_round_rate() call

2023-07-12 Thread Dmitry Baryshkov
The dev_pm_opp_set_rate() already contains a call for clk_round_rate for the passed value. Stop calling it manually from _dpu_core_perf_get_core_clk_rate(). It is slightly incorrect to call it this way, as we should round the final calculated clock rate rather than rounding all the intermediate val