Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dyellow_carp_ppt.c305 uint32_t apu_boost = 0; in yellow_carp_get_ss_power_percent() local
317 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()