Searched refs:dclk_min (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_5_ppt.c | 1020 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_5_set_performance_level() local 1030 dclk_min = dclk_max; in smu_v13_0_5_set_performance_level() 1035 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in smu_v13_0_5_set_performance_level() 1038 dclk_max = dclk_min; in smu_v13_0_5_set_performance_level() 1043 smu_v13_0_5_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_5_set_performance_level() 1050 smu_v13_0_5_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_5_set_performance_level() 1084 if (dclk_min && dclk_max) { in smu_v13_0_5_set_performance_level() 1087 dclk_min, in smu_v13_0_5_set_performance_level()
|
H A D | smu_v13_0_4_ppt.c | 988 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_4_set_performance_level() local 1002 dclk_min = dclk_max; in smu_v13_0_4_set_performance_level() 1009 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in smu_v13_0_4_set_performance_level() 1014 dclk_max = dclk_min; in smu_v13_0_4_set_performance_level() 1021 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level() 1031 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level() 1080 if (dclk_min && dclk_max) { in smu_v13_0_4_set_performance_level() 1083 dclk_min, in smu_v13_0_4_set_performance_level()
|
H A D | yellow_carp_ppt.c | 1217 uint32_t dclk_min = 0, dclk_max = 0; in yellow_carp_set_performance_level() local 1232 dclk_min = dclk_max; in yellow_carp_set_performance_level() 1239 yellow_carp_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in yellow_carp_set_performance_level() 1244 dclk_max = dclk_min; in yellow_carp_set_performance_level() 1251 yellow_carp_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in yellow_carp_set_performance_level() 1261 yellow_carp_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in yellow_carp_set_performance_level() 1310 if (dclk_min && dclk_max) { in yellow_carp_set_performance_level() 1313 dclk_min, in yellow_carp_set_performance_level()
|
H A D | smu_v13_0.c | 1716 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_set_performance_level() local 1726 dclk_min = dclk_max = dclk_table->max; in smu_v13_0_set_performance_level() 1734 dclk_min = dclk_max = dclk_table->min; in smu_v13_0_set_performance_level() 1746 dclk_min = dclk_table->min; in smu_v13_0_set_performance_level() 1756 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v13_0_set_performance_level() 1770 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v13_0_set_performance_level() 1789 dclk_min = dclk_max = 0; in smu_v13_0_set_performance_level() 1844 if (dclk_min && dclk_max) { in smu_v13_0_set_performance_level() 1850 dclk_min, in smu_v13_0_set_performance_level() 1855 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v13_0_set_performance_level()
|