Home
last modified time | relevance | path

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

/linux-6.15/drivers/cpufreq/
H A Damd-pstate.c682 u8 max_perf, min_perf, des_perf, cap_perf; in amd_pstate_adjust_perf() local
696 cap_perf = perf.highest_perf; in amd_pstate_adjust_perf()
698 des_perf = cap_perf; in amd_pstate_adjust_perf()
700 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()
703 min_perf = DIV_ROUND_UP(cap_perf * _min_perf, capacity); in amd_pstate_adjust_perf()
705 min_perf = cap_perf; in amd_pstate_adjust_perf()