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

/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c1135 uint32_t apu_boost = 0; local
1145 apu_boost = ((apu_power - apu_limit) * 100) / apu_limit;
1146 apu_boost = (apu_boost > 100) ? 100 : apu_boost;
1155 if (dgpu_boost >= apu_boost)
1156 apu_boost = 0;
1160 *apu_percent = apu_boost;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dyellow_carp_ppt.c299 uint32_t apu_boost = 0; local
311 apu_boost = ((apu_power - apu_limit) * 100) / apu_limit;
312 apu_boost = (apu_boost > 100) ? 100 : apu_boost;
321 if (dgpu_boost >= apu_boost)
322 apu_boost = 0;
326 *apu_percent = apu_boost;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c686 uint32_t apu_boost = 0; local
705 apu_boost = ((metrics_v4->AverageApuSocketPower -
708 if (apu_boost > 100)
709 apu_boost = 100;
721 if (dgpu_boost >= apu_boost)
722 apu_boost = 0;
726 *apu_percent = apu_boost;

Completed in 271 milliseconds