Home
last modified time | relevance | path

Searched refs:fclk_max (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_4_ppt.c975 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_4_set_performance_level() local
984 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v13_0_4_set_performance_level()
989 fclk_min = fclk_max; in smu_v13_0_4_set_performance_level()
1001 fclk_max = fclk_min; in smu_v13_0_4_set_performance_level()
1008 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level()
1018 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level()
1043 if (fclk_min && fclk_max) { in smu_v13_0_4_set_performance_level()
1047 fclk_max); in smu_v13_0_4_set_performance_level()
H A Dyellow_carp_ppt.c1207 uint32_t fclk_min = 0, fclk_max = 0; in yellow_carp_set_performance_level() local
1217 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in yellow_carp_set_performance_level()
1222 fclk_min = fclk_max; in yellow_carp_set_performance_level()
1234 fclk_max = fclk_min; in yellow_carp_set_performance_level()
1241 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level()
1251 yellow_carp_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level()
1277 if (fclk_min && fclk_max) { in yellow_carp_set_performance_level()
1281 fclk_max, in yellow_carp_set_performance_level()
H A Dsmu_v13_0.c1601 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_set_performance_level() local
1612 fclk_min = fclk_max = SMU_DPM_TABLE_MAX(fclk_table); in smu_v13_0_set_performance_level()
1620 fclk_min = fclk_max = SMU_DPM_TABLE_MIN(fclk_table); in smu_v13_0_set_performance_level()
1634 fclk_max = SMU_DPM_TABLE_MAX(fclk_table); in smu_v13_0_set_performance_level()
1643 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level()
1657 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v13_0_set_performance_level()
1676 fclk_min = fclk_max = 0; in smu_v13_0_set_performance_level()
1751 if (fclk_min && fclk_max) { in smu_v13_0_set_performance_level()
1755 fclk_max, in smu_v13_0_set_performance_level()
1761 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v13_0_set_performance_level()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0_0_ppt.c1217 uint32_t fclk_min = 0, fclk_max = 0; in smu_v15_0_common_set_performance_level() local
1228 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v15_0_common_set_performance_level()
1235 fclk_min = fclk_max; in smu_v15_0_common_set_performance_level()
1251 fclk_max = fclk_min; in smu_v15_0_common_set_performance_level()
1260 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v15_0_common_set_performance_level()
1272 smu_v15_0_common_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v15_0_common_set_performance_level()
1299 if (fclk_min && fclk_max) { in smu_v15_0_common_set_performance_level()
1303 fclk_max); in smu_v15_0_common_set_performance_level()
H A Dsmu_v15_0.c1152 uint32_t fclk_min = 0, fclk_max = 0; in smu_v15_0_set_performance_level() local
1163 fclk_min = fclk_max = fclk_table->max; in smu_v15_0_set_performance_level()
1171 fclk_min = fclk_max = fclk_table->min; in smu_v15_0_set_performance_level()
1185 fclk_max = fclk_table->max; in smu_v15_0_set_performance_level()
1194 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v15_0_set_performance_level()
1208 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v15_0_set_performance_level()
1289 if (fclk_min && fclk_max) { in smu_v15_0_set_performance_level()
1293 fclk_max, in smu_v15_0_set_performance_level()
1299 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v15_0_set_performance_level()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_0_ppt.c1371 uint32_t fclk_min = 0, fclk_max = 0; in smu_v14_0_common_set_performance_level() local
1382 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v14_0_common_set_performance_level()
1389 fclk_min = fclk_max; in smu_v14_0_common_set_performance_level()
1405 fclk_max = fclk_min; in smu_v14_0_common_set_performance_level()
1414 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level()
1426 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level()
1454 if (fclk_min && fclk_max) { in smu_v14_0_common_set_performance_level()
1458 fclk_max, in smu_v14_0_common_set_performance_level()