Searched refs:apu_boost (Results 1 – 1 of 1) sorted by relevance
305 uint32_t apu_boost = 0; in yellow_carp_get_ss_power_percent() local317 apu_boost = ((apu_power - apu_limit) * 100) / apu_limit; in yellow_carp_get_ss_power_percent()318 apu_boost = (apu_boost > 100) ? 100 : apu_boost; in yellow_carp_get_ss_power_percent()327 if (dgpu_boost >= apu_boost) in yellow_carp_get_ss_power_percent()328 apu_boost = 0; in yellow_carp_get_ss_power_percent()332 *apu_percent = apu_boost; in yellow_carp_get_ss_power_percent()