Searched refs:fclk_max (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_4_ppt.c | 969 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_4_set_performance_level() local 978 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v13_0_4_set_performance_level() 983 fclk_min = fclk_max; in smu_v13_0_4_set_performance_level() 995 fclk_max = fclk_min; in smu_v13_0_4_set_performance_level() 1002 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level() 1012 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level() 1037 if (fclk_min && fclk_max) { in smu_v13_0_4_set_performance_level() 1041 fclk_max); in smu_v13_0_4_set_performance_level()
|
H A D | smu_v13_0.c | 1717 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_set_performance_level() local 1728 fclk_min = fclk_max = fclk_table->max; in smu_v13_0_set_performance_level() 1736 fclk_min = fclk_max = fclk_table->min; in smu_v13_0_set_performance_level() 1750 fclk_max = fclk_table->max; in smu_v13_0_set_performance_level() 1759 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level() 1773 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v13_0_set_performance_level() 1792 fclk_min = fclk_max = 0; in smu_v13_0_set_performance_level() 1867 if (fclk_min && fclk_max) { in smu_v13_0_set_performance_level() 1871 fclk_max, in smu_v13_0_set_performance_level() 1877 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v13_0_set_performance_level()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
H A D | smu_v14_0_0_ppt.c | 1355 uint32_t fclk_min = 0, fclk_max = 0; in smu_v14_0_common_set_performance_level() local 1366 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v14_0_common_set_performance_level() 1373 fclk_min = fclk_max; in smu_v14_0_common_set_performance_level() 1389 fclk_max = fclk_min; in smu_v14_0_common_set_performance_level() 1398 smu_v14_0_common_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level() 1410 smu_v14_0_common_get_dpm_profile_freq(smu, level, SMU_FCLK, &fclk_min, &fclk_max); in smu_v14_0_common_set_performance_level() 1437 if (fclk_min && fclk_max) { in smu_v14_0_common_set_performance_level() 1441 fclk_max); in smu_v14_0_common_set_performance_level()
|
H A D | smu_v14_0.c | 1211 uint32_t fclk_min = 0, fclk_max = 0; in smu_v14_0_set_performance_level() local 1222 fclk_min = fclk_max = fclk_table->max; in smu_v14_0_set_performance_level() 1230 fclk_min = fclk_max = fclk_table->min; in smu_v14_0_set_performance_level() 1244 fclk_max = fclk_table->max; in smu_v14_0_set_performance_level() 1253 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v14_0_set_performance_level() 1267 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v14_0_set_performance_level() 1348 if (fclk_min && fclk_max) { in smu_v14_0_set_performance_level() 1352 fclk_max, in smu_v14_0_set_performance_level() 1358 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v14_0_set_performance_level()
|