Home
last modified time | relevance | path

Searched refs:fclk_min (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_4_ppt.c909 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_4_set_performance_level() local
919 fclk_min = fclk_max; in smu_v13_0_4_set_performance_level()
924 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); in smu_v13_0_4_set_performance_level()
927 fclk_max = fclk_min; in smu_v13_0_4_set_performance_level()
932 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level()
961 if (fclk_min && fclk_max) { in smu_v13_0_4_set_performance_level()
964 fclk_min, in smu_v13_0_4_set_performance_level()
Dyellow_carp_ppt.c1115 uint32_t fclk_min = 0, fclk_max = 0; in yellow_carp_set_performance_level() local
1125 fclk_min = fclk_max; in yellow_carp_set_performance_level()
1130 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); in yellow_carp_set_performance_level()
1133 fclk_max = fclk_min; in yellow_carp_set_performance_level()
1138 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level()
1167 if (fclk_min && fclk_max) { in yellow_carp_set_performance_level()
1170 fclk_min, in yellow_carp_set_performance_level()
Dsmu_v13_0.c1756 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_set_performance_level() local
1766 fclk_min = fclk_max = fclk_table->max; in smu_v13_0_set_performance_level()
1774 fclk_min = fclk_max = fclk_table->min; in smu_v13_0_set_performance_level()
1787 fclk_min = fclk_table->min; in smu_v13_0_set_performance_level()
1796 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level()
1810 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v13_0_set_performance_level()
1829 fclk_min = fclk_max = 0; in smu_v13_0_set_performance_level()
1898 if (fclk_min && fclk_max) { in smu_v13_0_set_performance_level()
1901 fclk_min, in smu_v13_0_set_performance_level()
1906 pstate_table->fclk_pstate.curr.min = fclk_min; in smu_v13_0_set_performance_level()