Searched refs:cap_perf (Results 1 – 1 of 1) sorted by relevance
721 u8 max_perf, min_perf, des_perf, cap_perf; in amd_pstate_adjust_perf() local735 cap_perf = perf.highest_perf; in amd_pstate_adjust_perf()737 des_perf = cap_perf; in amd_pstate_adjust_perf()739 des_perf = DIV_ROUND_UP(cap_perf * target_perf, capacity); in amd_pstate_adjust_perf()742 min_perf = DIV_ROUND_UP(cap_perf * _min_perf, capacity); in amd_pstate_adjust_perf()744 min_perf = cap_perf; in amd_pstate_adjust_perf()