Re: [PATCH v6 10/10] soc: qcom: rpmhpd: Mark mx as a parent for cx

2018-12-13 Thread Ulf Hansson
On Wed, 12 Dec 2018 at 19:32, Stephen Boyd wrote: > > Quoting Rajendra Nayak (2018-12-11 20:13:13) > > > > >>> Just to make sure there are no conflicting hierarchical constraints > > >>> between idle management and performance state management!? > > >>> > > > > > > I'm not sure what idle states me

Re: [PATCH v6 10/10] soc: qcom: rpmhpd: Mark mx as a parent for cx

2018-12-12 Thread Stephen Boyd
Quoting Rajendra Nayak (2018-12-11 20:13:13) > > >>> Just to make sure there are no conflicting hierarchical constraints > >>> between idle management and performance state management!? > >>> > > > > I'm not sure what idle states mean to the CX and MX domains. Would it be > > some sort of idle st

Re: [PATCH v6 10/10] soc: qcom: rpmhpd: Mark mx as a parent for cx

2018-12-11 Thread Rajendra Nayak
[]... This is used to enforce a requirement that exists for various hardware blocks on SDM845 that MX performance state >= CX performance state for a given operating frequency. I assume that also means the MX power domain must not be power off as long as the CX power domain is powered on?

Re: [PATCH v6 10/10] soc: qcom: rpmhpd: Mark mx as a parent for cx

2018-12-11 Thread Stephen Boyd
Quoting Rajendra Nayak (2018-12-11 02:33:23) > > > On 12/11/2018 3:52 PM, Ulf Hansson wrote: > > On Tue, 11 Dec 2018 at 10:50, Rajendra Nayak wrote: > >> > >> Specify the active + sleep and active-only MX power domains as > >> the parents of the corresponding CX power domains. This will ensure t

Re: [PATCH v6 10/10] soc: qcom: rpmhpd: Mark mx as a parent for cx

2018-12-11 Thread Rajendra Nayak
On 12/11/2018 3:52 PM, Ulf Hansson wrote: On Tue, 11 Dec 2018 at 10:50, Rajendra Nayak wrote: Specify the active + sleep and active-only MX power domains as the parents of the corresponding CX power domains. This will ensure that performance state requests on CX automatically generate equiv

Re: [PATCH v6 10/10] soc: qcom: rpmhpd: Mark mx as a parent for cx

2018-12-11 Thread Ulf Hansson
On Tue, 11 Dec 2018 at 10:50, Rajendra Nayak wrote: > > Specify the active + sleep and active-only MX power domains as > the parents of the corresponding CX power domains. This will ensure that > performance state requests on CX automatically generate equivalent requests > on MX power domains. > >