On 24.01.2024 21:59, Jason Andryuk wrote: > When HWP is active, the cpufreq P-state information is not updated. In > that case, return -EOPNOTSUPP instead of bogus, incomplete info. > > Similarly, set_cpufreq_para() is not applicable when HWP is active. > Many of the options already checked the governor and were inaccessible, > but SCALING_MIN/MAX_FREQ was still accessible (though it would do > nothing). Add an ealier HWP check to handle all cases. > > Signed-off-by: Jason Andryuk <jandr...@gmail.com>
Reviewed-by: Jan Beulich <jbeul...@suse.com>