Home
last modified time | relevance | path

Searched refs:fclk_min (Results 1 – 7 of 7) 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
989 fclk_min = fclk_max; in smu_v13_0_4_set_performance_level()
996 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); 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()
1046 fclk_min, 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
1222 fclk_min = fclk_max; in yellow_carp_set_performance_level()
1229 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); 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()
1280 fclk_min, in yellow_carp_set_performance_level()
H A Dsmu_v13_0.c1559 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_set_soft_freq_limited_range()
1570 fclk_min = fclk_max = SMU_DPM_TABLE_MAX(fclk_table); in smu_v13_0_set_soft_freq_limited_range()
1578 fclk_min = fclk_max = SMU_DPM_TABLE_MIN(fclk_table); in smu_v13_0_set_soft_freq_limited_range()
1591 fclk_min = SMU_DPM_TABLE_MIN(fclk_table); in smu_v13_0_set_performance_level()
1601 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level() local
1615 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v13_0_set_performance_level()
1634 fclk_min = fclk_max = 0; in smu_v13_0_set_performance_level()
1709 if (fclk_min && fclk_max) { in smu_v13_0_set_performance_level()
1712 fclk_min, in smu_v13_0_set_performance_level()
1718 pstate_table->fclk_pstate.curr.min = fclk_min; in smu_v13_0_set_performance_level()
[all...]
/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
1235 fclk_min = fclk_max; in smu_v15_0_common_set_performance_level()
1244 smu_v15_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); 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()
1302 fclk_min, in smu_v15_0_common_set_performance_level()
H A Dsmu_v15_0.c1075 uint32_t fclk_min = 0, fclk_max = 0; in smu_v15_0_set_soft_freq_limited_range()
1086 fclk_min = fclk_max = SMU_DPM_TABLE_MAX(fclk_table); in smu_v15_0_set_soft_freq_limited_range()
1094 fclk_min = fclk_max = SMU_DPM_TABLE_MIN(fclk_table); in smu_v15_0_set_hard_freq_limited_range()
1107 fclk_min = SMU_DPM_TABLE_MIN(fclk_table); in smu_v15_0_set_hard_freq_limited_range()
1117 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v15_0_set_hard_freq_limited_range()
1131 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v15_0_set_performance_level()
1212 if (fclk_min && fclk_max) { in smu_v15_0_set_performance_level()
1215 fclk_min, in smu_v15_0_set_performance_level()
1221 pstate_table->fclk_pstate.curr.min = fclk_min; in smu_v15_0_set_performance_level()
1152 uint32_t fclk_min = 0, fclk_max = 0; smu_v15_0_set_performance_level() local
/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_soft_freq_limited_range()
1213 fclk_min = fclk_max = SMU_DPM_TABLE_MAX(fclk_table); in smu_v14_0_set_hard_freq_limited_range()
1221 fclk_min = fclk_max = SMU_DPM_TABLE_MIN(fclk_table); in smu_v14_0_set_hard_freq_limited_range()
1234 fclk_min = SMU_DPM_TABLE_MIN(fclk_table); in smu_v14_0_set_hard_freq_limited_range()
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()
1262 uint32_t fclk_min = 0, fclk_max = 0; smu_v14_0_set_performance_level() local
H A Dsmu_v14_0_0_ppt.c1374 uint32_t fclk_min = 0, fclk_max = 0; in smu_v14_0_common_set_performance_level()
1392 fclk_min = fclk_max; in smu_v14_0_common_set_performance_level()
1401 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); in smu_v14_0_common_set_performance_level()
1408 fclk_max = fclk_min; in smu_v14_0_common_set_performance_level()
1417 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level()
1429 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level()
1457 if (fclk_min && fclk_max) { in smu_v14_0_common_set_performance_level()
1460 fclk_min, in smu_v14_0_common_set_performance_level()
1371 uint32_t fclk_min = 0, fclk_max = 0; smu_v14_0_common_set_performance_level() local