Home
last modified time | relevance | path

Searched refs:turbo_max (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dintel_pstate.c1196 int max_state, turbo_max, freq, i, perf_pct; in update_qos_request() local
1214 intel_pstate_get_hwp_max(cpu, &turbo_max, &max_state); in update_qos_request()
1216 turbo_max = cpu->pstate.turbo_pstate; in update_qos_request()
1225 freq = DIV_ROUND_UP(turbo_max * perf_pct, 100); in update_qos_request()
2200 int max_state, turbo_max; in intel_pstate_update_perf_limits() local
2209 intel_pstate_get_hwp_max(cpu, &turbo_max, &max_state); in intel_pstate_update_perf_limits()
2213 turbo_max = cpu->pstate.turbo_pstate; in intel_pstate_update_perf_limits()
2237 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100); in intel_pstate_update_perf_limits()
2238 global_min = DIV_ROUND_UP(turbo_max * global.min_perf_pct, 100); in intel_pstate_update_perf_limits()
2322 int max_state, turbo_max; in intel_pstate_verify_cpu_policy() local
2639 int max_state, turbo_max, min_freq, max_freq, ret; intel_cpufreq_cpu_init() local
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c2572 int turbo_max = cpu->pstate.turbo_pstate; in intel_pstate_update_perf_limits() local
2576 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100); in intel_pstate_update_perf_limits()
2577 global_min = DIV_ROUND_UP(turbo_max * global.min_perf_pct, 100); in intel_pstate_update_perf_limits()

Completed in 11 milliseconds