Re: [PATCH] drm/panfrost: devfreq: Round frequencies to OPPs

2019-12-06 Thread Rob Herring
On Mon, Nov 18, 2019 at 11:30 AM Steven Price wrote: > > Currently when setting a frequency in panfrost_devfreq_target the > returned frequency is the actual frequency that the clock driver reports > (the return of clk_get_rate()). However, where the provided OPPs don't > precisely match the frequ

Re: [PATCH] drm/panfrost: devfreq: Round frequencies to OPPs

2019-11-27 Thread Alyssa Rosenzweig
Reviewed-by: Alyssa Rosenzweig On Mon, Nov 18, 2019 at 05:30:02PM +, Steven Price wrote: > Currently when setting a frequency in panfrost_devfreq_target the > returned frequency is the actual frequency that the clock driver reports > (the return of clk_get_rate()). However, where the provided

[PATCH] drm/panfrost: devfreq: Round frequencies to OPPs

2019-11-18 Thread Steven Price
Currently when setting a frequency in panfrost_devfreq_target the returned frequency is the actual frequency that the clock driver reports (the return of clk_get_rate()). However, where the provided OPPs don't precisely match the frequencies that the clock actually achieves devfreq will then compla