Hi,
upgrading from linux kernel 6.14.9 to 6.15.2 and also now with 6.15.5 I noticed that on my system with cpufreq scaling driver amd-pstate the frequencies cpuinfo_min_freq and cpuinfo_max_freq increased, the min from 400 to 422.334 MHz, the max from 4,673 to 4,673.823 MHz. The CPU is an AMD Ryzen 7 5700G. This in turn increases other values (scaling_min_freq, scaling_max_freq, amd_pstate_lowest_nonlinear_freq, etc.).
Bisecting this leads to
commit a9b9b4c2a4cdd00428d14914e3c18be3856aba71 From: Mario Limonciello mario.limonciello@amd.com Date: Thu, 23 Jan 2025 16:16:01 -0600 Subject: [PATCH] cpufreq/amd-pstate: Drop min and max cached frequencies
Did you notice the increase at AMD? Is it intended?
Thanks, Jörg.