Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_5_ppt.c1011 uint32_t sclk_min = 0, sclk_max = 0; in smu_v13_0_5_set_performance_level() local
1021 sclk_min = sclk_max; in smu_v13_0_5_set_performance_level()
1026 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, NULL); 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()
1059 sclk_min, in smu_v13_0_5_set_performance_level()
1065 smu->gfx_actual_hard_min_freq = sclk_min; in smu_v13_0_5_set_performance_level()
H A Dsmu_v13_0_4_ppt.c974 uint32_t sclk_min = 0, sclk_max = 0; in smu_v13_0_4_set_performance_level() local
988 sclk_min = sclk_max; in smu_v13_0_4_set_performance_level()
995 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, NULL); 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()
1034 sclk_min, in smu_v13_0_4_set_performance_level()
1039 smu->gfx_actual_hard_min_freq = sclk_min; in smu_v13_0_4_set_performance_level()
H A Dyellow_carp_ppt.c1206 uint32_t sclk_min = 0, sclk_max = 0; in yellow_carp_set_performance_level() local
1221 sclk_min = sclk_max; in yellow_carp_set_performance_level()
1228 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, NULL); 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()
1267 sclk_min, in yellow_carp_set_performance_level()
1273 smu->gfx_actual_hard_min_freq = sclk_min; in yellow_carp_set_performance_level()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0_0_ppt.c1463 uint32_t sclk_min = 0, sclk_max = 0; in smu_v15_0_common_set_performance_level() local
1481 sclk_min = sclk_max; in smu_v15_0_common_set_performance_level()
1490 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, NULL); 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()
1537 sclk_min, in smu_v15_0_common_set_performance_level()
1542 smu->gfx_actual_hard_min_freq = sclk_min; in smu_v15_0_common_set_performance_level()