mbox series

amd-pstate fixes for 6.13 (12/11/24)

Message ID 63f03935-a73c-45f2-b152-29d08cb300b5@amd.com (mailing list archive)
State Queued
Delegated to: Rafael Wysocki
Headers show
Series amd-pstate fixes for 6.13 (12/11/24) | expand

Pull-request

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

Message

Mario Limonciello Dec. 11, 2024, 5:25 p.m. UTC
Hi,

The following changes since commit 
fac04efc5c793dccbd07e2d59af9f90b7fc0dca4: 
  
  

  
  
  

   Linux 6.13-rc2 (2024-12-08 14:03:39 -0800) 
  
  

  
  
  

are available in the Git repository at: 
  
  

  
  
  

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

  
  
  

for you to fetch changes up to 2993b29b2a98f2bc9d55dfd37ef39f56a2908748: 
  
  

  
  
  

   cpufreq/amd-pstate: Use boost numerator for upper bound of 
frequencies (2024-12-10 10:17:43 -0600) 
  
  

  
  
  

---------------------------------------------------------------- 
  
  

Fix a problem where systems without preferred cores were 
  
  

misdetecting preferred cores. 
  
  

  
  
  

Fix issues with with boost numerator handling leading to 
  
  

inconsistently programmed CPPC max performance values. 
  
  

  
  
  

---------------------------------------------------------------- 
  
  

K Prateek Nayak (1): 
  
  

       cpufreq/amd-pstate: Detect preferred core support before driver 
registration 
  

  
  
  

Mario Limonciello (2): 
  
  

       cpufreq/amd-pstate: Store the boost numerator as highest perf 
again 
  

       cpufreq/amd-pstate: Use boost numerator for upper bound of 
frequencies 
  

  
  
  

  Documentation/admin-guide/pm/amd-pstate.rst |  4 +--- 
  
  

  drivers/cpufreq/amd-pstate.c                | 50 
++++++++++++++++++++++++++------------------------ 
  
  

  2 files changed, 27 insertions(+), 27 deletions(-)

Comments

Rafael J. Wysocki Dec. 18, 2024, 2:46 p.m. UTC | #1
Hi,

On Wed, Dec 11, 2024 at 6:25 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:
>
> Hi,
>
> The following changes since commit
> fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:
>
>
>
>
>
>
>
>    Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)
>
>
>
>
>
>
>
> are available in the Git repository at:
>
>
>
>
>
>
>
>
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git
> tags/amd-pstate-v6.13-2024-12-11
>
>
>
>
>
>
> for you to fetch changes up to 2993b29b2a98f2bc9d55dfd37ef39f56a2908748:
>
>
>
>
>
>
>
>    cpufreq/amd-pstate: Use boost numerator for upper bound of
> frequencies (2024-12-10 10:17:43 -0600)
>
>
>
>
>
>
>
> ----------------------------------------------------------------
>
>
>
> Fix a problem where systems without preferred cores were
>
>
>
> misdetecting preferred cores.
>
>
>
>
>
>
>
> Fix issues with with boost numerator handling leading to
>
>
>
> inconsistently programmed CPPC max performance values.
>
>
>
>
>
>
>
> ----------------------------------------------------------------
>
>
>
> K Prateek Nayak (1):
>
>
>
>        cpufreq/amd-pstate: Detect preferred core support before driver
> registration
>
>
>
>
>
>
> Mario Limonciello (2):
>
>
>
>        cpufreq/amd-pstate: Store the boost numerator as highest perf
> again
>
>
>        cpufreq/amd-pstate: Use boost numerator for upper bound of
> frequencies
>
>
>
>
>
>
>   Documentation/admin-guide/pm/amd-pstate.rst |  4 +---
>
>
>
>   drivers/cpufreq/amd-pstate.c                | 50
> ++++++++++++++++++++++++++------------------------
>
>
>
>   2 files changed, 27 insertions(+), 27 deletions(-)

Pulled and added to linux-pm.git/fixes, sorry for the delay.

I'd suggest using the "[GIT PULL]" prefix on pull requests to reduce
the likelihood of them getting missed.

Thanks!