linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Amit Kucheria <amit.kucheria@verdurent.com>
To: Loic Poulain <loic.poulain@linaro.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>,
	Andy Gross <agross@kernel.org>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>
Subject: Re: [PATCH] arch: arm64: dts: apq8016-dbc: Add missing cpu opps
Date: Wed, 29 Apr 2020 01:34:24 +0530	[thread overview]
Message-ID: <CAHLCerP89eZG3zpmveijY=UiX7LyP3VPjMUGp6NX9pRaJqJ=6A@mail.gmail.com> (raw)
In-Reply-To: <1585763459-21484-1-git-send-email-loic.poulain@linaro.org>

Hi Loic,

On Wed, Apr 1, 2020 at 11:17 PM Loic Poulain <loic.poulain@linaro.org> wrote:
>
> The highest cpu frequency opps have been dropped because CPR is not
> supported. However, we can simply specify operating voltage so that
> they match the max corner voltages for each freq. With that, we can
> support up to 1.36Ghz. Ideally, msm8916 CPR should be implemented to
> fine tune operating voltages and optimize power consumption.
>
> This patch:
> - Adds missing opps and corresponding target voltages to msm8916.dtsi.
> - Adds cpu-supply to apq8016-sbc.dtsi (board level info).
> - Adds pm8916 spmi regulator node to pm8916.dtsi.
>
> Tested with a dragonboard-410c.

FWIW, I took this out for a spin with stress-ng loads. The first
output is w/o the patch.

--o amitrootfs o--(/sys/devices/system/cpu/cpufreq/policy0/stats) $ grep "" *
grep: reset: Permission denied
time_in_state:200000 14304
time_in_state:400000 2
time_in_state:800000 40
time_in_state:998400 4316
total_trans:31
trans_table:   From  :    To
trans_table:         :    200000    400000    800000    998400
trans_table:   200000:         0         1        12         1
trans_table:   400000:         2         0         0         0
trans_table:   800000:        12         0         0         1
trans_table:   998400:         0         1         1         0

The following output is with the patch applied. The cpu ran at 1.3GHz
for a short while until thermal kicked in and throttled the device to
800MHz-1GHz OPPs.

--o amitrootfs o--(/sys/devices/system/cpu/cpufreq/policy0/stats) $ grep "" *
grep: reset: Permission denied
time_in_state:200000 201824
time_in_state:400000 158
time_in_state:533330 2501
time_in_state:800000 37804
time_in_state:998400 23326
time_in_state:1094400 2325
time_in_state:1152000 747
time_in_state:1209600 922
time_in_state:1363200 10788
total_trans:1504
trans_table:   From  :    To
trans_table:         :    200000    400000    533330    800000
998400   1094400   1152000   1209600   1363200
trans_table:   200000:         0        18         5         8
99         0         1         0         2
trans_table:   400000:        18         0         0         0
3         0         0         0         0
trans_table:   533330:         7         1         0        77
1         0         0         0         0
trans_table:   800000:        13         1         1         0
547         0         0         0         1
trans_table:   998400:        92         1        80       477
0        12         0         0         2
trans_table:  1094400:         1         0         0         0
14         0         0         0         2
trans_table:  1152000:         1         0         0         0
1         4         0         0         1
trans_table:  1209600:         0         0         0         0
0         0         5         0         0
trans_table:  1363200:         1         0         0         0
0         1         1         5         0



> Signed-off-by: Loic Poulain <loic.poulain@linaro.org>

I haven't found a v2 of this patch incorporating Bjorn's suggestions
yet. Until then,

Tested-by: Amit Kucheria <amit.kucheria@linaro.org>



> ---
>  arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 24 ++++++++++++++++++++++++
>  arch/arm64/boot/dts/qcom/msm8916.dtsi     | 24 ++++++++++++++++++++++++
>  arch/arm64/boot/dts/qcom/pm8916.dtsi      |  6 ++++++
>  3 files changed, 54 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
> index 037e26b..f1c1216 100644
> --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
> +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
> @@ -560,6 +560,30 @@
>         qcom,mbhc-vthreshold-high = <75 150 237 450 500>;
>  };
>
> +&spm_regulators {
> +       vdd_cpu: s2 {
> +               regulator-always-on;
> +               regulator-min-microvolt = <1050000>;
> +               regulator-max-microvolt = <1350000>;
> +       };
> +};
> +
> +&CPU0 {
> +       cpu-supply = <&vdd_cpu>;
> +};
> +
> +&CPU1 {
> +       cpu-supply = <&vdd_cpu>;
> +};
> +
> +&CPU2 {
> +       cpu-supply = <&vdd_cpu>;
> +};
> +
> +&CPU3 {
> +       cpu-supply = <&vdd_cpu>;
> +};
> +
>  &smd_rpm_regulators {
>         vdd_l1_l2_l3-supply = <&pm8916_s3>;
>         vdd_l5-supply = <&pm8916_s3>;
> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> index 9f31064..9805af0 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
> @@ -342,15 +342,39 @@
>
>                 opp-200000000 {
>                         opp-hz = /bits/ 64 <200000000>;
> +                       opp-microvolt = <1050000>;
>                 };
>                 opp-400000000 {
>                         opp-hz = /bits/ 64 <400000000>;
> +                       opp-microvolt = <1050000>;
> +               };
> +               opp-533330000 {
> +                       opp-hz = /bits/ 64 <533330000>;
> +                       opp-microvolt = <1150000>;
>                 };
>                 opp-800000000 {
>                         opp-hz = /bits/ 64 <800000000>;
> +                       opp-microvolt = <1150000>;
>                 };
>                 opp-998400000 {
>                         opp-hz = /bits/ 64 <998400000>;
> +                       opp-microvolt = <1350000>;
> +               };
> +               opp-1094400000 {
> +                       opp-hz = /bits/ 64 <1094400000>;
> +                       opp-microvolt = <1350000>;
> +               };
> +               opp-1152000000 {
> +                       opp-hz = /bits/ 64 <1152000000>;
> +                       opp-microvolt = <1350000>;
> +               };
> +               opp-1209600000 {
> +                       opp-hz = /bits/ 64 <1209600000>;
> +                       opp-microvolt = <1350000>;
> +               };
> +               opp-1363200000 {
> +                       opp-hz = /bits/ 64 <1363200000>;
> +                       opp-microvolt = <1350000>;
>                 };
>         };
>
> diff --git a/arch/arm64/boot/dts/qcom/pm8916.dtsi b/arch/arm64/boot/dts/qcom/pm8916.dtsi
> index 0bcdf04..c9b9c4f 100644
> --- a/arch/arm64/boot/dts/qcom/pm8916.dtsi
> +++ b/arch/arm64/boot/dts/qcom/pm8916.dtsi
> @@ -157,5 +157,11 @@
>                         vdd-micbias-supply = <&pm8916_l13>;
>                         #sound-dai-cells = <1>;
>                 };
> +
> +               spm_regulators: spm_regulators  {
> +                       compatible = "qcom,pm8916-regulators";
> +                       #address-cells = <1>;
> +                       #size-cells = <1>;
> +               };
>         };
>  };
> --
> 2.7.4
>

      parent reply	other threads:[~2020-04-28 20:05 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-01 17:50 [PATCH] arch: arm64: dts: apq8016-dbc: Add missing cpu opps Loic Poulain
2020-04-01 23:46 ` Bjorn Andersson
2020-04-02  8:13 ` Stephan Gerhold
2020-04-02  9:58   ` Loic Poulain
2020-04-03  1:31   ` Bjorn Andersson
2020-04-03 10:09     ` Stephan Gerhold
2020-04-03 18:00       ` Stephan Gerhold
2020-04-23  4:55         ` Bjorn Andersson
2020-04-26 12:31           ` Stephan Gerhold
2020-05-06 21:18             ` Stephan Gerhold
2020-05-07  5:34               ` Bjorn Andersson
2020-05-08 12:08                 ` Ulf Hansson
2020-05-08 13:42                   ` Stephan Gerhold
2020-05-11  5:29                   ` Viresh Kumar
2020-05-07 10:46               ` Stephan Gerhold
2020-05-21 19:18                 ` Stephan Gerhold
2020-05-23 12:08                   ` Stephan Gerhold
2020-05-27 20:47                     ` Georgi Djakov
2020-05-25 15:32           ` Niklas Cassel
2020-05-25 16:36             ` Stephan Gerhold
2020-05-25 19:44               ` Niklas Cassel
2020-05-26  8:59                 ` Stephan Gerhold
2020-05-26 15:54                   ` Niklas Cassel
2020-05-26 20:54                     ` Stephan Gerhold
2020-05-27 10:39                       ` Niklas Cassel
2020-05-27 12:04                         ` Stephan Gerhold
2020-05-27 12:59                           ` Niklas Cassel
2020-05-27 20:56                             ` Stephan Gerhold
2020-05-27 23:10                               ` Niklas Cassel
2020-05-28 13:32                                 ` Stephan Gerhold
2020-05-28  4:44                           ` Viresh Kumar
2020-04-28 20:04 ` Amit Kucheria [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHLCerP89eZG3zpmveijY=UiX7LyP3VPjMUGp6NX9pRaJqJ=6A@mail.gmail.com' \
    --to=amit.kucheria@verdurent.com \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=loic.poulain@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).