Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dyellow_carp_ppt.c853 static int yellow_carp_get_dpm_ultimate_freq(struct smu_context *smu, in yellow_carp_get_dpm_ultimate_freq() function
1196 yellow_carp_get_dpm_ultimate_freq(smu, SMU_VCLK, NULL, &clk_limit); in yellow_carp_get_dpm_profile_freq()
1223 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &sclk_max); in yellow_carp_set_performance_level()
1224 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in yellow_carp_set_performance_level()
1226 yellow_carp_get_dpm_ultimate_freq(smu, SMU_VCLK, NULL, &vclk_max); in yellow_carp_set_performance_level()
1227 yellow_carp_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &dclk_max); in yellow_carp_set_performance_level()
1235 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, NULL); in yellow_carp_set_performance_level()
1236 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); in yellow_carp_set_performance_level()
1238 yellow_carp_get_dpm_ultimate_freq(smu, SMU_VCLK, &vclk_min, NULL); in yellow_carp_set_performance_level()
1239 yellow_carp_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in yellow_carp_set_performance_level()
[all …]