All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Dietmar Eggemann <dietmar.eggemann@arm.com>
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-renesas-soc@vger.kernel.org,
	Russell King <linux@armlinux.org.uk>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Kukjin Kim <kgene@kernel.org>,
	Vincent Guittot <vincent.guittot@linaro.org>,
	Juri Lelli <juri.lelli@arm.com>
Subject: Re: [PATCH 3/4] arm: dts: exynos: add exynos5422 cpu capacity-dmips-mhz information
Date: Sun, 17 Sep 2017 09:37:43 +0200	[thread overview]
Message-ID: <20170917073743.GD19716@kozik-book> (raw)
In-Reply-To: <20170830144120.9312-4-dietmar.eggemann@arm.com>

On Wed, Aug 30, 2017 at 03:41:19PM +0100, Dietmar Eggemann wrote:
> The following 'capacity-dmips-mhz' dt property values are used:
> 
> Cortex-A15: 1024, Cortex-A7: 539
> 
> They have been derived form the cpu_efficiency values:
> 
> Cortex-A15: 3891, Cortex-A7: 2048
> 
> by scaling them so that the Cortex-A15s (big cores) use 1024.
> 
> The cpu_efficiency values were originally derived from the "Big.LITTLE
> Processing with ARM Cortex™-A15 & Cortex-A7" white paper
> (http://www.cl.cam.ac.uk/~rdm34/big.LITTLE.pdf). Table 1 lists 1.9x
> (3891/2048) as the Cortex-A15 vs Cortex-A7 performance ratio for the
> Dhrystone benchmark.
> 
> The following platforms are affected once cpu-invariant accounting
> support is re-connected to the task scheduler:
> 
> odroidxu3, odroidxu3-lite, odroidxu4
> 
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Russell King <linux@armlinux.org.uk>
> Cc: Kukjin Kim <kgene@kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
> ---
>  arch/arm/boot/dts/exynos5422-cpus.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 

Thanks, applied.

Best regards,
Krzysztof

WARNING: multiple messages have this Message-ID (diff)
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] arm: dts: exynos: add exynos5422 cpu capacity-dmips-mhz information
Date: Sun, 17 Sep 2017 09:37:43 +0200	[thread overview]
Message-ID: <20170917073743.GD19716@kozik-book> (raw)
In-Reply-To: <20170830144120.9312-4-dietmar.eggemann@arm.com>

On Wed, Aug 30, 2017 at 03:41:19PM +0100, Dietmar Eggemann wrote:
> The following 'capacity-dmips-mhz' dt property values are used:
> 
> Cortex-A15: 1024, Cortex-A7: 539
> 
> They have been derived form the cpu_efficiency values:
> 
> Cortex-A15: 3891, Cortex-A7: 2048
> 
> by scaling them so that the Cortex-A15s (big cores) use 1024.
> 
> The cpu_efficiency values were originally derived from the "Big.LITTLE
> Processing with ARM Cortex?-A15 & Cortex-A7" white paper
> (http://www.cl.cam.ac.uk/~rdm34/big.LITTLE.pdf). Table 1 lists 1.9x
> (3891/2048) as the Cortex-A15 vs Cortex-A7 performance ratio for the
> Dhrystone benchmark.
> 
> The following platforms are affected once cpu-invariant accounting
> support is re-connected to the task scheduler:
> 
> odroidxu3, odroidxu3-lite, odroidxu4
> 
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: Russell King <linux@armlinux.org.uk>
> Cc: Kukjin Kim <kgene@kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>
> Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
> ---
>  arch/arm/boot/dts/exynos5422-cpus.dtsi | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 

Thanks, applied.

Best regards,
Krzysztof

  reply	other threads:[~2017-09-17  7:37 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-30 14:41 [PATCH 0/4] arm: remove cpu_efficiency Dietmar Eggemann
2017-08-30 14:41 ` Dietmar Eggemann
2017-08-30 14:41 ` [PATCH 1/4] arm: topology: " Dietmar Eggemann
2017-08-30 14:41   ` Dietmar Eggemann
     [not found]   ` <20170830144120.9312-2-dietmar.eggemann-5wv7dgnIgG8@public.gmane.org>
2017-09-04  7:49     ` Vincent Guittot
2017-09-04  7:49       ` Vincent Guittot
2017-09-04  7:49       ` Vincent Guittot
2017-09-06 11:43       ` Dietmar Eggemann
2017-09-06 11:43         ` Dietmar Eggemann
     [not found]         ` <303d3f7b-5d64-e13a-c4f9-dd575958cafa-5wv7dgnIgG8@public.gmane.org>
2017-09-06 12:40           ` Vincent Guittot
2017-09-06 12:40             ` Vincent Guittot
2017-09-06 12:40             ` Vincent Guittot
2017-09-07 10:41             ` Dietmar Eggemann
2017-09-07 10:41               ` Dietmar Eggemann
2017-08-30 14:41 ` [PATCH 2/4] arm: dts: exynos: add exynos5420 cpu capacity-dmips-mhz information Dietmar Eggemann
2017-08-30 14:41   ` Dietmar Eggemann
2017-08-30 14:41   ` Dietmar Eggemann
     [not found]   ` <20170830144120.9312-3-dietmar.eggemann-5wv7dgnIgG8@public.gmane.org>
2017-08-30 20:26     ` Krzysztof Kozlowski
2017-08-30 20:26       ` Krzysztof Kozlowski
2017-08-30 20:26       ` Krzysztof Kozlowski
2017-08-31 10:36       ` Dietmar Eggemann
2017-08-31 10:36         ` Dietmar Eggemann
2017-09-03 19:56         ` Krzysztof Kozlowski
2017-09-03 19:56           ` Krzysztof Kozlowski
2017-09-06 11:47           ` Dietmar Eggemann
2017-09-06 11:47             ` Dietmar Eggemann
2017-09-06 11:47             ` Dietmar Eggemann
2017-09-17  7:37   ` Krzysztof Kozlowski
2017-09-17  7:37     ` Krzysztof Kozlowski
     [not found] ` <20170830144120.9312-1-dietmar.eggemann-5wv7dgnIgG8@public.gmane.org>
2017-08-30 14:41   ` [PATCH 3/4] arm: dts: exynos: add exynos5422 " Dietmar Eggemann
2017-08-30 14:41     ` Dietmar Eggemann
2017-08-30 14:41     ` Dietmar Eggemann
2017-09-17  7:37     ` Krzysztof Kozlowski [this message]
2017-09-17  7:37       ` Krzysztof Kozlowski
2017-08-30 14:41 ` [PATCH 4/4] arm: dts: r8a7790: add " Dietmar Eggemann
2017-08-30 14:41   ` Dietmar Eggemann
2017-09-18  7:39   ` Simon Horman
2017-09-18  7:39     ` Simon Horman
2017-10-09 17:55     ` Dietmar Eggemann
2017-10-09 17:55       ` Dietmar Eggemann

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=20170917073743.GD19716@kozik-book \
    --to=krzk@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dietmar.eggemann@arm.com \
    --cc=juri.lelli@arm.com \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=vincent.guittot@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.