Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_5_ppt.c1020 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()
Dsmu_v13_0_4_ppt.c976 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_4_set_performance_level() local
990 dclk_min = dclk_max; in smu_v13_0_4_set_performance_level()
997 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, NULL); in smu_v13_0_4_set_performance_level()
1002 dclk_max = dclk_min; in smu_v13_0_4_set_performance_level()
1009 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level()
1019 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_DCLK, &dclk_min, &dclk_max); in smu_v13_0_4_set_performance_level()
1068 if (dclk_min && dclk_max) { in smu_v13_0_4_set_performance_level()
1071 dclk_min, in smu_v13_0_4_set_performance_level()
Dyellow_carp_ppt.c1217 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()
Dsmu_v13_0.c1714 uint32_t dclk_min = 0, dclk_max = 0; in smu_v13_0_set_performance_level() local
1724 dclk_min = dclk_max = dclk_table->max; in smu_v13_0_set_performance_level()
1732 dclk_min = dclk_max = dclk_table->min; in smu_v13_0_set_performance_level()
1744 dclk_min = dclk_table->min; in smu_v13_0_set_performance_level()
1754 dclk_min = dclk_max = pstate_table->dclk_pstate.standard; in smu_v13_0_set_performance_level()
1768 dclk_min = dclk_max = pstate_table->dclk_pstate.peak; in smu_v13_0_set_performance_level()
1787 dclk_min = dclk_max = 0; in smu_v13_0_set_performance_level()
1842 if (dclk_min && dclk_max) { in smu_v13_0_set_performance_level()
1848 dclk_min, in smu_v13_0_set_performance_level()
1853 pstate_table->dclk_pstate.curr.min = dclk_min; in smu_v13_0_set_performance_level()