Home
last modified time | relevance | path

Searched refs:fclk_min (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1202 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()
1234 fclk_min = SMU_DPM_TABLE_MIN(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()
1342 fclk_min, in smu_v14_0_set_performance_level()
1348 pstate_table->fclk_pstate.curr.min = fclk_min; in smu_v14_0_set_performance_level()
H A Dsmu_v14_0_0_ppt.c1375 uint32_t fclk_min = 0, fclk_max = 0; in smu_v14_0_common_set_performance_level() local
1393 fclk_min = fclk_max; in smu_v14_0_common_set_performance_level()
1402 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); 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()
1461 fclk_min, in smu_v14_0_common_set_performance_level()