Searched refs:dclk_min (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 | 1013 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_5_set_performance_level() local 1023 dclk_min = dclk_max; in smu_v13_0_5_set_performance_level() 1028 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in smu_v13_0_5_set_performance_level() 1031 dclk_max = dclk_min; in smu_v13_0_5_set_performance_level() 1036 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_5_set_performance_level() 1043 smu_v13_0_5_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_5_set_performance_level() 1079 if (dclk_min && dclk_max) { in smu_v13_0_5_set_performance_level() 1082 dclk_min, in smu_v13_0_5_set_performance_level()
|
| H A D | smu_v13_0_4_ppt.c | 978 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_4_set_performance_level() local 992 dclk_min = dclk_max; in smu_v13_0_4_set_performance_level() 999 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in smu_v13_0_4_set_performance_level() 1004 dclk_max = dclk_min; in smu_v13_0_4_set_performance_level() 1011 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level() 1021 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level() 1070 if (dclk_min && dclk_max) { in smu_v13_0_4_set_performance_level() 1073 dclk_min, in smu_v13_0_4_set_performance_level()
|
| H A D | yellow_carp_ppt.c | 1210 uint32_t dclk_min = 0, dclk_max = 0; in yellow_carp_set_performance_level() local 1225 dclk_min = dclk_max; in yellow_carp_set_performance_level() 1232 yellow_carp_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in yellow_carp_set_performance_level() 1237 dclk_max = dclk_min; in yellow_carp_set_performance_level() 1244 yellow_carp_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in yellow_carp_set_performance_level() 1254 yellow_carp_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in yellow_carp_set_performance_level() 1307 if (dclk_min && dclk_max) { in yellow_carp_set_performance_level() 1310 dclk_min, in yellow_carp_set_performance_level()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0_0_ppt.c | 1467 uint32_t dclk_min = 0, dclk_max = 0; in smu_v15_0_common_set_performance_level() local 1485 dclk_min = dclk_max; in smu_v15_0_common_set_performance_level() 1494 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in smu_v15_0_common_set_performance_level() 1501 dclk_max = dclk_min; in smu_v15_0_common_set_performance_level() 1510 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v15_0_common_set_performance_level() 1522 smu_v15_0_common_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v15_0_common_set_performance_level() 1582 if (dclk_min && dclk_max) { in smu_v15_0_common_set_performance_level() 1585 dclk_min, in smu_v15_0_common_set_performance_level()
|