Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dyellow_carp_ppt.c1141 uint32_t fclk_min = 0, fclk_max = 0; in yellow_carp_set_performance_level() local
1151 fclk_min = fclk_max; in yellow_carp_set_performance_level()
1156 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); in yellow_carp_set_performance_level()
1159 fclk_max = fclk_min; in yellow_carp_set_performance_level()
1164 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level()
1193 if (fclk_min && fclk_max) { in yellow_carp_set_performance_level()
1196 fclk_min, in yellow_carp_set_performance_level()