Merge branch 'pm-cpufreq'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 26 Jan 2024 18:16:48 +0000 (19:16 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 26 Jan 2024 18:16:48 +0000 (19:16 +0100)
commitf3bdd82c5834219a5b272c2310c83aef68667486
tree7dfdf71f30d0aacf7ad08e1213cab14449118c1b
parentd3b93fe159b8d3a48565c4ecd602e3499764d549
parent22fb4f041999f5f16ecbda15a2859b4ef4cbf47e
Merge branch 'pm-cpufreq'

Merge cpufreq fixes for 6.8-rc2:

 - Fix the handling of scaling_max/min_freq sysfs attributes in the AMD
   P-state cpufreq driver (Mario Limonciello).

 - Make the intel_pstate cpufreq driver avoid unnecessary computation of
   the HWP performance level corresponding to a given frequency in the
   cases when it is known already, which also helps to avoid reducing
   the maximum CPU capacity artificially on some systems (Rafael J.
   Wysocki).

* pm-cpufreq:
  cpufreq/amd-pstate: Fix setting scaling max/min freq values
  cpufreq: intel_pstate: Refine computation of P-state for given frequency