Searched refs:fclk_max (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0_0_ppt.c | 1365 uint32_t fclk_min = 0, fclk_max = 0; in smu_v14_0_common_set_performance_level() local 1376 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v14_0_common_set_performance_level() 1383 fclk_min = fclk_max; in smu_v14_0_common_set_performance_level() 1399 fclk_max = fclk_min; in smu_v14_0_common_set_performance_level() 1408 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level() 1420 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level() 1448 if (fclk_min && fclk_max) { in smu_v14_0_common_set_performance_level() 1452 fclk_max, in smu_v14_0_common_set_performance_level()
|
| H A D | smu_v14_0.c | 1271 uint32_t fclk_min = 0, fclk_max = 0; in smu_v14_0_set_performance_level() local 1282 fclk_min = fclk_max = fclk_table->max; in smu_v14_0_set_performance_level() 1290 fclk_min = fclk_max = fclk_table->min; in smu_v14_0_set_performance_level() 1304 fclk_max = fclk_table->max; in smu_v14_0_set_performance_level() 1313 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v14_0_set_performance_level() 1327 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v14_0_set_performance_level() 1408 if (fclk_min && fclk_max) { in smu_v14_0_set_performance_level() 1412 fclk_max, in smu_v14_0_set_performance_level() 1418 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v14_0_set_performance_level()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0.c | 1609 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_set_performance_level() local 1620 fclk_min = fclk_max = fclk_table->max; in smu_v13_0_set_performance_level() 1628 fclk_min = fclk_max = fclk_table->min; in smu_v13_0_set_performance_level() 1642 fclk_max = fclk_table->max; in smu_v13_0_set_performance_level() 1651 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level() 1665 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v13_0_set_performance_level() 1684 fclk_min = fclk_max = 0; in smu_v13_0_set_performance_level() 1759 if (fclk_min && fclk_max) { in smu_v13_0_set_performance_level() 1763 fclk_max, in smu_v13_0_set_performance_level() 1769 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v13_0_set_performance_level()
|