All of lore.kernel.org
 help / color / mirror / Atom feed
From: Viresh Kumar <viresh.kumar@linaro.org>
To: Jeremy Linton <jeremy.linton@arm.com>
Cc: linux-acpi@vger.kernel.org, rafael@kernel.or, lenb@kernel.org,
	robert.moore@intel.com, punit.agrawal@bytedance.com,
	lukasz.luba@arm.com, ionela.voinescu@arm.com,
	pierre.gondois@arm.com, linux-kernel@vger.kernel.org,
	devel@acpica.org, linux-pm@vger.kernel.org
Subject: Re: [PATCH v3 2/2] cpufreq: CPPC: Change FIE default
Date: Wed, 24 Aug 2022 11:44:30 +0530	[thread overview]
Message-ID: <20220824061430.3aflygc4gno5j47y@vireshk-i7> (raw)
In-Reply-To: <20220818211619.4193362-3-jeremy.linton@arm.com>

On 18-08-22, 16:16, Jeremy Linton wrote:
> FIE is mostly implemented as PCC mailboxes on arm machines.  This was
> enabled by default without any data suggesting that it does anything
> but hurt system performance. Lets change the default to 'n' until
> hardware appears which clearly benefits.
> 
> Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
> ---
>  drivers/cpufreq/Kconfig.arm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm
> index 954749afb5fe..ad66d8f15db0 100644
> --- a/drivers/cpufreq/Kconfig.arm
> +++ b/drivers/cpufreq/Kconfig.arm
> @@ -22,7 +22,7 @@ config ACPI_CPPC_CPUFREQ
>  config ACPI_CPPC_CPUFREQ_FIE
>  	bool "Frequency Invariance support for CPPC cpufreq driver"
>  	depends on ACPI_CPPC_CPUFREQ && GENERIC_ARCH_TOPOLOGY
> -	default y
> +	default n
>  	help
>  	  This extends frequency invariance support in the CPPC cpufreq driver,
>  	  by using CPPC delivered and reference performance counters.

Why is this required after we have the first patch in ?

-- 
viresh

  reply	other threads:[~2022-08-24  6:14 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-18 21:16 [PATCH v3 0/2] Disable FIE on machines with slow counters Jeremy Linton
2022-08-18 21:16 ` [Devel] " Jeremy Linton
2022-08-18 21:16 ` [PATCH v3 1/2] ACPI: CPPC: Disable FIE if registers in PCC regions Jeremy Linton
2022-08-18 21:16   ` [Devel] " Jeremy Linton
2022-08-23 17:10   ` Rafael J. Wysocki
2022-08-23 17:10     ` [Devel] " Rafael J. Wysocki
2022-08-23 18:46     ` Jeremy Linton
2022-08-23 18:46       ` [Devel] " Jeremy Linton
2022-08-24 13:22       ` Rafael J. Wysocki
2022-08-24 13:22         ` [Devel] " Rafael J. Wysocki
2022-08-24  6:13   ` Viresh Kumar
2022-08-24 16:14     ` Jeremy Linton
2022-08-24 16:14       ` [Devel] " Jeremy Linton
2022-08-24 14:41   ` Lukasz Luba
2022-08-24 16:11     ` Jeremy Linton
2022-08-24 16:11       ` [Devel] " Jeremy Linton
2022-08-30  3:27     ` Viresh Kumar
2022-08-18 21:16 ` [PATCH v3 2/2] cpufreq: CPPC: Change FIE default Jeremy Linton
2022-08-18 21:16   ` [Devel] " Jeremy Linton
2022-08-24  6:14   ` Viresh Kumar [this message]
2022-08-24 14:04     ` Lukasz Luba
2022-08-30  5:44       ` Viresh Kumar

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=20220824061430.3aflygc4gno5j47y@vireshk-i7 \
    --to=viresh.kumar@linaro.org \
    --cc=devel@acpica.org \
    --cc=ionela.voinescu@arm.com \
    --cc=jeremy.linton@arm.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=lukasz.luba@arm.com \
    --cc=pierre.gondois@arm.com \
    --cc=punit.agrawal@bytedance.com \
    --cc=rafael@kernel.or \
    --cc=robert.moore@intel.com \
    /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.