mbox series

4th set of changes for amd-pstate on 6.11

Message ID 144c8309-c355-447b-9106-1396a0169bb2@amd.com (mailing list archive)
State Mainlined, archived
Headers show
Series 4th set of changes for amd-pstate on 6.11 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git tags/amd-pstate-v6.11-2024-07-07

Message

Mario Limonciello July 7, 2024, 4:04 p.m. UTC
The following changes since commit 6d588891a90c5a946aaac11a93d06edd89ed9054:

   Documentation: cpufreq: amd-pstate: update doc for Per CPU boost 
control method (2024-06-26 15:48:21 -0500)

are available in the Git repository at:


ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git 
tags/amd-pstate-v6.11-2024-07-07

for you to fetch changes up to 738d7d03571c7e38565bd245c0815a2c74665018:

   cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory 
CPPC systems (2024-07-07 10:32:48 -0500)

----------------------------------------------------------------
Fourth set of changes for amd-pstate in 6.11

This adds fixes for setting scaling max frequency on systems
without a dedicated MSR for setting CPPC requests.

----------------------------------------------------------------
Dhananjay Ugwekar (2):
       cpufreq/amd-pstate-ut: Convert nominal_freq to khz during comparisons
       cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared 
memory CPPC systems

  drivers/cpufreq/amd-pstate-ut.c | 12 +++++++-----
  drivers/cpufreq/amd-pstate.c    | 43 
+++++++++++++++++++++++--------------------
  2 files changed, 30 insertions(+), 25 deletions(-)

Comments

Rafael J. Wysocki July 8, 2024, 10:29 a.m. UTC | #1
On Sun, Jul 7, 2024 at 6:04 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:
>
> The following changes since commit 6d588891a90c5a946aaac11a93d06edd89ed9054:
>
>    Documentation: cpufreq: amd-pstate: update doc for Per CPU boost
> control method (2024-06-26 15:48:21 -0500)
>
> are available in the Git repository at:
>
>
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git
> tags/amd-pstate-v6.11-2024-07-07
>
> for you to fetch changes up to 738d7d03571c7e38565bd245c0815a2c74665018:
>
>    cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory
> CPPC systems (2024-07-07 10:32:48 -0500)
>
> ----------------------------------------------------------------
> Fourth set of changes for amd-pstate in 6.11
>
> This adds fixes for setting scaling max frequency on systems
> without a dedicated MSR for setting CPPC requests.
>
> ----------------------------------------------------------------
> Dhananjay Ugwekar (2):
>        cpufreq/amd-pstate-ut: Convert nominal_freq to khz during comparisons
>        cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared
> memory CPPC systems
>
>   drivers/cpufreq/amd-pstate-ut.c | 12 +++++++-----
>   drivers/cpufreq/amd-pstate.c    | 43
> +++++++++++++++++++++++--------------------
>   2 files changed, 30 insertions(+), 25 deletions(-)

Pulled and added to linux-pm,git/linux-next, thanks!