Home
last modified time | relevance | path

Searched refs:max_perf_ratio (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/cpufreq/
H A Dintel_pstate.c247 int32_t max_perf_ratio; member
1222 max = cpu_data->max_perf_ratio; in intel_pstate_hwp_set()
2539 int max_pstate = max(min_pstate, cpu->max_perf_ratio); in intel_pstate_prepare_request()
2826 cpu->max_perf_ratio = max_policy_perf; in intel_pstate_update_perf_limits()
2841 cpu->max_perf_ratio = min(max_policy_perf, global_max); in intel_pstate_update_perf_limits()
2842 cpu->max_perf_ratio = max(min_policy_perf, cpu->max_perf_ratio); in intel_pstate_update_perf_limits()
2846 cpu->max_perf_ratio); in intel_pstate_update_perf_limits()
2850 cpu->max_perf_ratio, in intel_pstate_update_perf_limits()
2895 freq = cpu->max_perf_ratio * cpu->pstate.scaling; in intel_pstate_set_policy()
2902 int pstate = max(cpu->pstate.min_pstate, cpu->max_perf_ratio); in intel_pstate_set_policy()
[all …]