Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_4_ppt.c985 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_4_set_performance_level() local
994 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v13_0_4_set_performance_level()
999 fclk_min = fclk_max; in smu_v13_0_4_set_performance_level()
1011 fclk_max = fclk_min; in smu_v13_0_4_set_performance_level()
1018 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level()
1028 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level()
1053 if (fclk_min && fclk_max) { in smu_v13_0_4_set_performance_level()
1057 fclk_max); in smu_v13_0_4_set_performance_level()
H A Dyellow_carp_ppt.c1214 uint32_t fclk_min = 0, fclk_max = 0; in yellow_carp_set_performance_level() local
1224 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in yellow_carp_set_performance_level()
1229 fclk_min = fclk_max; in yellow_carp_set_performance_level()
1241 fclk_max = fclk_min; in yellow_carp_set_performance_level()
1248 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level()
1258 yellow_carp_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level()
1283 if (fclk_min && fclk_max) { in yellow_carp_set_performance_level()
1287 fclk_max); in yellow_carp_set_performance_level()
H A Dsmu_v13_0.c1717 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_set_performance_level() local
1727 fclk_min = fclk_max = fclk_table->max; in smu_v13_0_set_performance_level()
1735 fclk_min = fclk_max = fclk_table->min; in smu_v13_0_set_performance_level()
1749 fclk_max = fclk_table->max; in smu_v13_0_set_performance_level()
1757 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level()
1771 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v13_0_set_performance_level()
1790 fclk_min = fclk_max = 0; in smu_v13_0_set_performance_level()
1859 if (fclk_min && fclk_max) { in smu_v13_0_set_performance_level()
1863 fclk_max); in smu_v13_0_set_performance_level()
1868 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v13_0_set_performance_level()