Re: [PATCH 00/15] cpufreq: simplify boost handling

2025-01-26 Thread Viresh Kumar
On 24-01-25, 12:05, Rafael J. Wysocki wrote: > On Fri, Jan 24, 2025 at 9:58 AM Viresh Kumar wrote: > > > > Hello, > > > > The boost feature can be controlled at two levels currently, driver > > level (applies to all policies) and per-policy. > > > > Currently most of the drivers enables driver lev

Re: [PATCH 00/15] cpufreq: simplify boost handling

2025-01-24 Thread Rafael J. Wysocki
On Fri, Jan 24, 2025 at 9:58 AM Viresh Kumar wrote: > > Hello, > > The boost feature can be controlled at two levels currently, driver > level (applies to all policies) and per-policy. > > Currently most of the drivers enables driver level boost support from the > per-policy ->init() callback, whi

[PATCH 00/15] cpufreq: simplify boost handling

2025-01-24 Thread Viresh Kumar
Hello, The boost feature can be controlled at two levels currently, driver level (applies to all policies) and per-policy. Currently most of the drivers enables driver level boost support from the per-policy ->init() callback, which isn't really efficient as that gets called for each policy and t