Searched refs:fclk_max (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_4_ppt.c | 973 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_4_set_performance_level() local 982 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v13_0_4_set_performance_level() 987 fclk_min = fclk_max; 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() 1045 fclk_max); in smu_v13_0_4_set_performance_level()
|
D | yellow_carp_ppt.c | 1214 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()
|
D | smu_v13_0.c | 1717 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()
|