Searched refs:sclk_max (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_5_ppt.c | 1011 uint32_t sclk_min = 0, sclk_max = 0; in smu_v13_0_5_set_performance_level() local 1018 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &sclk_max); in smu_v13_0_5_set_performance_level() 1021 sclk_min = sclk_max; in smu_v13_0_5_set_performance_level() 1029 sclk_max = sclk_min; in smu_v13_0_5_set_performance_level() 1034 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, &sclk_max); in smu_v13_0_5_set_performance_level() 1041 smu_v13_0_5_get_dpm_profile_freq(smu, level, SMU_SCLK, &sclk_min, &sclk_max); in smu_v13_0_5_set_performance_level() 1056 if (sclk_min && sclk_max) { in smu_v13_0_5_set_performance_level() 1060 sclk_max, in smu_v13_0_5_set_performance_level() 1066 smu->gfx_actual_soft_max_freq = sclk_max; in smu_v13_0_5_set_performance_level()
|
| H A D | smu_v13_0_4_ppt.c | 974 uint32_t sclk_min = 0, sclk_max = 0; in smu_v13_0_4_set_performance_level() local 983 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &sclk_max); in smu_v13_0_4_set_performance_level() 988 sclk_min = sclk_max; in smu_v13_0_4_set_performance_level() 1000 sclk_max = sclk_min; in smu_v13_0_4_set_performance_level() 1007 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, &sclk_max); in smu_v13_0_4_set_performance_level() 1017 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_SCLK, &sclk_min, &sclk_max); in smu_v13_0_4_set_performance_level() 1031 if (sclk_min && sclk_max) { in smu_v13_0_4_set_performance_level() 1035 sclk_max); in smu_v13_0_4_set_performance_level() 1040 smu->gfx_actual_soft_max_freq = sclk_max; in smu_v13_0_4_set_performance_level()
|
| H A D | yellow_carp_ppt.c | 1206 uint32_t sclk_min = 0, sclk_max = 0; in yellow_carp_set_performance_level() local 1216 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &sclk_max); in yellow_carp_set_performance_level() 1221 sclk_min = sclk_max; in yellow_carp_set_performance_level() 1233 sclk_max = sclk_min; in yellow_carp_set_performance_level() 1240 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, &sclk_max); in yellow_carp_set_performance_level() 1250 yellow_carp_get_dpm_profile_freq(smu, level, SMU_SCLK, &sclk_min, &sclk_max); in yellow_carp_set_performance_level() 1264 if (sclk_min && sclk_max) { in yellow_carp_set_performance_level() 1268 sclk_max, in yellow_carp_set_performance_level() 1274 smu->gfx_actual_soft_max_freq = sclk_max; in yellow_carp_set_performance_level()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0_0_ppt.c | 1463 uint32_t sclk_min = 0, sclk_max = 0; in smu_v15_0_common_set_performance_level() local 1474 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &sclk_max); in smu_v15_0_common_set_performance_level() 1481 sclk_min = sclk_max; in smu_v15_0_common_set_performance_level() 1497 sclk_max = sclk_min; in smu_v15_0_common_set_performance_level() 1506 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, &sclk_max); in smu_v15_0_common_set_performance_level() 1518 smu_v15_0_common_get_dpm_profile_freq(smu, level, SMU_SCLK, &sclk_min, &sclk_max); in smu_v15_0_common_set_performance_level() 1534 if (sclk_min && sclk_max) { in smu_v15_0_common_set_performance_level() 1538 sclk_max); in smu_v15_0_common_set_performance_level() 1543 smu->gfx_actual_soft_max_freq = sclk_max; in smu_v15_0_common_set_performance_level()
|