Searched refs:fclk_max (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_4_ppt.c | 969 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_4_set_performance_level() local 978 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v13_0_4_set_performance_level() 983 fclk_min = fclk_max; in smu_v13_0_4_set_performance_level() 995 fclk_max = fclk_min; in smu_v13_0_4_set_performance_level() 1002 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level() 1012 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level() 1037 if (fclk_min && fclk_max) { in smu_v13_0_4_set_performance_level() 1041 fclk_max); in smu_v13_0_4_set_performance_level()
|
| H A D | yellow_carp_ppt.c | 1201 uint32_t fclk_min = 0, fclk_max = 0; in yellow_carp_set_performance_level() local 1211 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in yellow_carp_set_performance_level() 1216 fclk_min = fclk_max; in yellow_carp_set_performance_level() 1228 fclk_max = fclk_min; in yellow_carp_set_performance_level() 1235 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level() 1245 yellow_carp_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level() 1271 if (fclk_min && fclk_max) { in yellow_carp_set_performance_level() 1275 fclk_max, in yellow_carp_set_performance_level()
|
| H A D | smu_v13_0.c | 1714 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() 1756 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level() 1770 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v13_0_set_performance_level() 1789 fclk_min = fclk_max = 0; in smu_v13_0_set_performance_level() 1864 if (fclk_min && fclk_max) { in smu_v13_0_set_performance_level() 1868 fclk_max, in smu_v13_0_set_performance_level() 1874 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v13_0_set_performance_level()
|
| /linux-6.15/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_0_ppt.c | 1355 uint32_t fclk_min = 0, fclk_max = 0; in smu_v14_0_common_set_performance_level() local 1366 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v14_0_common_set_performance_level() 1373 fclk_min = fclk_max; in smu_v14_0_common_set_performance_level() 1389 fclk_max = fclk_min; in smu_v14_0_common_set_performance_level() 1398 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level() 1410 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level() 1437 if (fclk_min && fclk_max) { in smu_v14_0_common_set_performance_level() 1441 fclk_max); in smu_v14_0_common_set_performance_level()
|
| H A D | smu_v14_0.c | 1265 uint32_t fclk_min = 0, fclk_max = 0; in smu_v14_0_set_performance_level() local 1276 fclk_min = fclk_max = fclk_table->max; in smu_v14_0_set_performance_level() 1284 fclk_min = fclk_max = fclk_table->min; in smu_v14_0_set_performance_level() 1298 fclk_max = fclk_table->max; in smu_v14_0_set_performance_level() 1307 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v14_0_set_performance_level() 1321 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v14_0_set_performance_level() 1402 if (fclk_min && fclk_max) { in smu_v14_0_set_performance_level() 1406 fclk_max, in smu_v14_0_set_performance_level() 1412 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v14_0_set_performance_level()
|