Re: [PATCH V3 6/6] PM / Domains: Propagate performance state updates

2018-12-13 Thread Viresh Kumar
On 13-12-18, 16:53, Ulf Hansson wrote: > On Wed, 12 Dec 2018 at 11:58, Viresh Kumar wrote: > > update_state: > > - return _genpd_set_performance_state(genpd, state); > > + return _genpd_set_performance_state(genpd, state, depth); > > Instead of calling _genpd_set_performance_state()

Re: [PATCH V3 6/6] PM / Domains: Propagate performance state updates

2018-12-13 Thread Ulf Hansson
On Wed, 12 Dec 2018 at 11:58, Viresh Kumar wrote: > > This commit updates genpd core to start propagating performance state > updates to master domains that have their set_performance_state() > callback set. I would appreciate some more words of what happens during the propagation. For example, h

[PATCH V3 6/6] PM / Domains: Propagate performance state updates

2018-12-12 Thread Viresh Kumar
This commit updates genpd core to start propagating performance state updates to master domains that have their set_performance_state() callback set. Currently a genpd only handles the performance state requirements from the devices under its control. This commit extends that to also handle the pe