Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_4_ppt.c973 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_4_set_performance_level() local
987 fclk_min = fclk_max; in smu_v13_0_4_set_performance_level()
994 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); in smu_v13_0_4_set_performance_level()
999 fclk_max = fclk_min; in smu_v13_0_4_set_performance_level()
1006 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level()
1016 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level()
1041 if (fclk_min && fclk_max) { in smu_v13_0_4_set_performance_level()
1044 fclk_min, in smu_v13_0_4_set_performance_level()
Dyellow_carp_ppt.c1214 uint32_t fclk_min = 0, fclk_max = 0; in yellow_carp_set_performance_level() local
1229 fclk_min = fclk_max; in yellow_carp_set_performance_level()
1236 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); 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()
1286 fclk_min, in yellow_carp_set_performance_level()
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()
1748 fclk_min = fclk_table->min; 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()
1862 fclk_min, in smu_v13_0_set_performance_level()
1867 pstate_table->fclk_pstate.curr.min = fclk_min; in smu_v13_0_set_performance_level()