Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dyellow_carp_ppt.c301 uint32_t apu_boost = 0; in yellow_carp_get_ss_power_percent() local
313 apu_boost = ((apu_power - apu_limit) * 100) / apu_limit; in yellow_carp_get_ss_power_percent()
314 apu_boost = (apu_boost > 100) ? 100 : apu_boost; in yellow_carp_get_ss_power_percent()
323 if (dgpu_boost >= apu_boost) in yellow_carp_get_ss_power_percent()
324 apu_boost = 0; in yellow_carp_get_ss_power_percent()
328 *apu_percent = apu_boost; in yellow_carp_get_ss_power_percent()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c1157 uint32_t apu_boost = 0; in renoir_get_ss_power_percent() local
1167 apu_boost = ((apu_power - apu_limit) * 100) / apu_limit; in renoir_get_ss_power_percent()
1168 apu_boost = (apu_boost > 100) ? 100 : apu_boost; in renoir_get_ss_power_percent()
1177 if (dgpu_boost >= apu_boost) in renoir_get_ss_power_percent()
1178 apu_boost = 0; in renoir_get_ss_power_percent()
1182 *apu_percent = apu_boost; in renoir_get_ss_power_percent()
/linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c686 uint32_t apu_boost = 0; in sienna_cichlid_get_smartshift_power_percentage() local
705 apu_boost = ((metrics_v4->AverageApuSocketPower - in sienna_cichlid_get_smartshift_power_percentage()
708 if (apu_boost > 100) in sienna_cichlid_get_smartshift_power_percentage()
709 apu_boost = 100; in sienna_cichlid_get_smartshift_power_percentage()
721 if (dgpu_boost >= apu_boost) in sienna_cichlid_get_smartshift_power_percentage()
722 apu_boost = 0; in sienna_cichlid_get_smartshift_power_percentage()
726 *apu_percent = apu_boost; in sienna_cichlid_get_smartshift_power_percentage()