Searched refs:fclk_max (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
| H A D | smu_v14_0.c | 1202 uint32_t fclk_min = 0, fclk_max = 0; in smu_v14_0_set_performance_level() local 1213 fclk_min = fclk_max = SMU_DPM_TABLE_MAX(fclk_table); in smu_v14_0_set_performance_level() 1221 fclk_min = fclk_max = SMU_DPM_TABLE_MIN(fclk_table); in smu_v14_0_set_performance_level() 1235 fclk_max = SMU_DPM_TABLE_MAX(fclk_table); in smu_v14_0_set_performance_level() 1244 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v14_0_set_performance_level() 1258 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v14_0_set_performance_level() 1339 if (fclk_min && fclk_max) { in smu_v14_0_set_performance_level() 1343 fclk_max, in smu_v14_0_set_performance_level() 1349 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v14_0_set_performance_level()
|
| H A D | smu_v14_0_0_ppt.c | 1375 uint32_t fclk_min = 0, fclk_max = 0; in smu_v14_0_common_set_performance_level() local 1386 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v14_0_common_set_performance_level() 1393 fclk_min = fclk_max; in smu_v14_0_common_set_performance_level() 1409 fclk_max = fclk_min; in smu_v14_0_common_set_performance_level() 1418 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level() 1430 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level() 1458 if (fclk_min && fclk_max) { in smu_v14_0_common_set_performance_level() 1462 fclk_max, in smu_v14_0_common_set_performance_level()
|