Searched refs:fclk_min (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_4_ppt.c | 975 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_4_set_performance_level() local 989 fclk_min = fclk_max; in smu_v13_0_4_set_performance_level() 996 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); in smu_v13_0_4_set_performance_level() 1001 fclk_max = fclk_min; in smu_v13_0_4_set_performance_level() 1008 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level() 1018 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level() 1043 if (fclk_min && fclk_max) { in smu_v13_0_4_set_performance_level() 1046 fclk_min, in smu_v13_0_4_set_performance_level()
|
| H A D | yellow_carp_ppt.c | 1207 uint32_t fclk_min = 0, fclk_max = 0; in yellow_carp_set_performance_level() local 1222 fclk_min = fclk_max; in yellow_carp_set_performance_level() 1229 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); in yellow_carp_set_performance_level() 1234 fclk_max = fclk_min; in yellow_carp_set_performance_level() 1241 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level() 1251 yellow_carp_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level() 1277 if (fclk_min && fclk_max) { in yellow_carp_set_performance_level() 1280 fclk_min, in yellow_carp_set_performance_level()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0_0_ppt.c | 1464 uint32_t fclk_min = 0, fclk_max = 0; in smu_v15_0_common_set_performance_level() local 1482 fclk_min = fclk_max; in smu_v15_0_common_set_performance_level() 1491 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); in smu_v15_0_common_set_performance_level() 1498 fclk_max = fclk_min; in smu_v15_0_common_set_performance_level() 1507 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v15_0_common_set_performance_level() 1519 smu_v15_0_common_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v15_0_common_set_performance_level() 1546 if (fclk_min && fclk_max) { in smu_v15_0_common_set_performance_level() 1549 fclk_min, in smu_v15_0_common_set_performance_level()
|