Searched refs:fclk_max (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/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 | 1715 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_set_performance_level() local 1725 fclk_min = fclk_max = fclk_table->max; in smu_v13_0_set_performance_level() 1733 fclk_min = fclk_max = fclk_table->min; in smu_v13_0_set_performance_level() 1747 fclk_max = fclk_table->max; in smu_v13_0_set_performance_level() 1755 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level() 1769 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v13_0_set_performance_level() 1788 fclk_min = fclk_max = 0; in smu_v13_0_set_performance_level() 1857 if (fclk_min && fclk_max) { in smu_v13_0_set_performance_level() 1861 fclk_max); in smu_v13_0_set_performance_level() 1866 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v13_0_set_performance_level()
|