Searched refs:cap_perf (Results 1 – 1 of 1) sorted by relevance
787 u8 max_perf, min_perf, des_perf, cap_perf; in amd_pstate_adjust_perf() local800 cap_perf = perf.highest_perf; in amd_pstate_adjust_perf()802 des_perf = cap_perf; in amd_pstate_adjust_perf()804 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()807 min_perf = DIV_ROUND_UP(cap_perf * _min_perf, capacity); in amd_pstate_adjust_perf()809 min_perf = cap_perf; in amd_pstate_adjust_perf()