Re: [GIT PULL] amd-pstate content for 7.3 07/30/26
"Rafael J. Wysocki (Intel)" <[email protected]> Fri, 31 Jul 2026 19:40:40 +0200
| Newsgroups | org.kernel.vger.linux-pm |
|---|---|
| Message-ID | <CAJZ5v0iYO+qQ_jGDmg_tkp=ZE=z89KS6QXf_ngAbif_+FspHZw@mail.gmail.com> |
Hi, On Fri, Jul 31, 2026 at 1:16 AM Mario Limonciello <[email protected]> wrote: > > Hi, > > This is the last pull request for amd-pstate for 7.3. > > Thanks! > > The following changes since commit 39c0cf62fc7851a17782e7efe8dfb2948739c681: > > cpufreq/amd-pstate: handle missing policy in dynamic EPP callbacks > (2026-07-22 13:45:48 -0500) > > are available in the Git repository at: > > > ssh://[email protected]/pub/scm/linux/kernel/git/superm1/linux.git > tags/amd-pstate-v7.3-2026-07-30 > > for you to fetch changes up to d06c75c22d5c95ee27e01fedcaa07231c9bd5c88: > > cpufreq/amd-pstate: Document missing kernel-doc members (2026-07-28 > 11:05:23 -0500) > > ---------------------------------------------------------------- > amd-pstate 7.3 content (07/30/26) > > * Changes for dynamic EPP > * Adjustments to the bios min perf feature > * Fixes to kernel doc > > ---------------------------------------------------------------- > David Vernet (1): > cpufreq/amd-pstate: Document missing kernel-doc members > > K Prateek Nayak (9): > cpufreq/amd-pstate: Set min_limit_freq based on bios_min_perf > cpufreq/amd-pstate: Remove the defensive check for bios_min_perf > cpufreq/amd-pstate: Extract platform profile to EPP conversion > into a helper > cpufreq/amd-pstate: Add dynamic EPP as an > "energy_performance_preference" mode > cpufreq/amd-pstate: Remove "amd_dynamic_epp" cmdline and > "dynamic_epp" sysfs > Documentation/amd-pstate: Update dynamic_epp documentation with > new behavior > cpufreq/amd-pstate: Reduce the scope of exported symbols > cpufreq/amd-pstate-ut: Add unit test for "dynamic" EPP mode > cpufreq/amd-pstate-ut: Add unit test for CPPC Performance Priority > > Documentation/admin-guide/pm/amd-pstate.rst | 45 > +++++++++++++++++------------------ > drivers/cpufreq/amd-pstate-ut.c | 131 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------ > drivers/cpufreq/amd-pstate.c | 243 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------- > drivers/cpufreq/amd-pstate.h | 15 ++++++++++++ > 4 files changed, 264 insertions(+), 170 deletions(-) Pulled and added to linux-pm.git/linux-next, thanks!