Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dintel_pstate.c1208 int max_state, turbo_max, freq, i, perf_pct; in update_qos_request() local
1226 intel_pstate_get_hwp_max(cpu, &turbo_max, &max_state); in update_qos_request()
1228 turbo_max = cpu->pstate.turbo_pstate; in update_qos_request()
1237 freq = DIV_ROUND_UP(turbo_max * perf_pct, 100); in update_qos_request()
2212 int max_state, turbo_max; in intel_pstate_update_perf_limits() local
2221 intel_pstate_get_hwp_max(cpu, &turbo_max, &max_state); in intel_pstate_update_perf_limits()
2225 turbo_max = cpu->pstate.turbo_pstate; in intel_pstate_update_perf_limits()
2249 global_max = DIV_ROUND_UP(turbo_max * global.max_perf_pct, 100); in intel_pstate_update_perf_limits()
2250 global_min = DIV_ROUND_UP(turbo_max * global.min_perf_pct, 100); in intel_pstate_update_perf_limits()
2334 int max_state, turbo_max; in intel_pstate_verify_cpu_policy() local
[all …]