Searched refs:fclk_max (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_4_ppt.c | 908 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_4_set_performance_level() local 915 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v13_0_4_set_performance_level() 918 fclk_min = fclk_max; in smu_v13_0_4_set_performance_level() 926 fclk_max = fclk_min; in smu_v13_0_4_set_performance_level() 931 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level() 960 if (fclk_min && fclk_max) { in smu_v13_0_4_set_performance_level() 964 fclk_max); in smu_v13_0_4_set_performance_level()
|
D | yellow_carp_ppt.c | 1114 uint32_t fclk_min = 0, fclk_max = 0; in yellow_carp_set_performance_level() local 1121 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in yellow_carp_set_performance_level() 1124 fclk_min = fclk_max; in yellow_carp_set_performance_level() 1132 fclk_max = fclk_min; in yellow_carp_set_performance_level() 1137 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level() 1166 if (fclk_min && fclk_max) { in yellow_carp_set_performance_level() 1170 fclk_max); in yellow_carp_set_performance_level()
|
D | smu_v13_0.c | 1723 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_set_performance_level() local 1733 fclk_min = fclk_max = fclk_table->max; in smu_v13_0_set_performance_level() 1741 fclk_min = fclk_max = fclk_table->min; in smu_v13_0_set_performance_level() 1755 fclk_max = fclk_table->max; in smu_v13_0_set_performance_level() 1763 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level() 1777 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v13_0_set_performance_level() 1796 fclk_min = fclk_max = 0; in smu_v13_0_set_performance_level() 1865 if (fclk_min && fclk_max) { in smu_v13_0_set_performance_level() 1869 fclk_max); in smu_v13_0_set_performance_level() 1874 pstate_table->fclk_pstate.curr.max = fclk_max; in smu_v13_0_set_performance_level()
|