Searched refs:socclk_max (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 | 976 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_4_set_performance_level() local 985 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &socclk_max); in smu_v13_0_4_set_performance_level() 990 socclk_min = socclk_max; in smu_v13_0_4_set_performance_level() 1002 socclk_max = socclk_min; in smu_v13_0_4_set_performance_level() 1009 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, &socclk_max); in smu_v13_0_4_set_performance_level() 1019 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_SOCCLK, &socclk_min, &socclk_max); in smu_v13_0_4_set_performance_level() 1052 if (socclk_min && socclk_max) { in smu_v13_0_4_set_performance_level() 1056 socclk_max); in smu_v13_0_4_set_performance_level()
|
| H A D | yellow_carp_ppt.c | 1208 uint32_t socclk_min = 0, socclk_max = 0; in yellow_carp_set_performance_level() local 1218 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &socclk_max); in yellow_carp_set_performance_level() 1223 socclk_min = socclk_max; in yellow_carp_set_performance_level() 1235 socclk_max = socclk_min; in yellow_carp_set_performance_level() 1242 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, &socclk_max); in yellow_carp_set_performance_level() 1252 yellow_carp_get_dpm_profile_freq(smu, level, SMU_SOCCLK, &socclk_min, &socclk_max); in yellow_carp_set_performance_level() 1287 if (socclk_min && socclk_max) { in yellow_carp_set_performance_level() 1291 socclk_max, in yellow_carp_set_performance_level()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0_0_ppt.c | 1465 uint32_t socclk_min = 0, socclk_max = 0; in smu_v15_0_common_set_performance_level() local 1476 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &socclk_max); in smu_v15_0_common_set_performance_level() 1483 socclk_min = socclk_max; in smu_v15_0_common_set_performance_level() 1499 socclk_max = socclk_min; in smu_v15_0_common_set_performance_level() 1508 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, &socclk_max); in smu_v15_0_common_set_performance_level() 1520 smu_v15_0_common_get_dpm_profile_freq(smu, level, SMU_SOCCLK, &socclk_min, &socclk_max); in smu_v15_0_common_set_performance_level() 1555 if (socclk_min && socclk_max) { in smu_v15_0_common_set_performance_level() 1559 socclk_max); in smu_v15_0_common_set_performance_level()
|