+20
−0
+1
−0
drivers/cpufreq/cpufreq_seep.c
0 → 100644
+109
−0
Loading
huawei inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IB5JJG CVE: NA -------------------------------------------------- Add a new CPUFreq governor 'seep' designed for platforms with hardware-managed P-states through CPPC (Collaborative Processor Performance Control). This governor enables the hardware's autonomous frequency selection capability, allowing the processor to manage its own frequency based on workload characteristics. The SEEP governor requires: - cppc_cpufreq driver - Platform support for CPPC features: * Autonomous selection (auto_sel) * Autonomous activity window (auto_act_window) * Energy Performance Preference (epp) Two per-policy sysfs interfaces are provided: - auto_act_window: Control the hardware's frequency scaling window - energy_perf: Bias between performance and energy efficiency Signed-off-by:Peng He <hepeng68@huawei.com>