Searched refs:socclk_max (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_4_ppt.c | 986 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_4_set_performance_level() local 995 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &socclk_max); in smu_v13_0_4_set_performance_level() 1000 socclk_min = socclk_max; in smu_v13_0_4_set_performance_level() 1012 socclk_max = socclk_min; in smu_v13_0_4_set_performance_level() 1019 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, &socclk_max); in smu_v13_0_4_set_performance_level() 1029 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_SOCCLK, &socclk_min, &socclk_max); in smu_v13_0_4_set_performance_level() 1062 if (socclk_min && socclk_max) { in smu_v13_0_4_set_performance_level() 1066 socclk_max); in smu_v13_0_4_set_performance_level()
|
H A D | yellow_carp_ppt.c | 1215 uint32_t socclk_min = 0, socclk_max = 0; in yellow_carp_set_performance_level() local 1225 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &socclk_max); in yellow_carp_set_performance_level() 1230 socclk_min = socclk_max; in yellow_carp_set_performance_level() 1242 socclk_max = socclk_min; in yellow_carp_set_performance_level() 1249 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, &socclk_max); in yellow_carp_set_performance_level() 1259 yellow_carp_get_dpm_profile_freq(smu, level, SMU_SOCCLK, &socclk_min, &socclk_max); in yellow_carp_set_performance_level() 1292 if (socclk_min && socclk_max) { in yellow_carp_set_performance_level() 1296 socclk_max); in yellow_carp_set_performance_level()
|
H A D | smu_v13_0.c | 1714 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_set_performance_level() local 1724 socclk_min = socclk_max = soc_table->max; in smu_v13_0_set_performance_level() 1732 socclk_min = socclk_max = soc_table->min; in smu_v13_0_set_performance_level() 1743 socclk_max = soc_table->max; in smu_v13_0_set_performance_level() 1754 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v13_0_set_performance_level() 1768 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v13_0_set_performance_level() 1787 socclk_min = socclk_max = 0; in smu_v13_0_set_performance_level() 1817 if (socclk_min && socclk_max) { in smu_v13_0_set_performance_level() 1821 socclk_max); in smu_v13_0_set_performance_level() 1826 pstate_table->socclk_pstate.curr.max = socclk_max; in smu_v13_0_set_performance_level()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | smu_v11_0.c | 1849 uint32_t socclk_min = 0, socclk_max = 0; in smu_v11_0_set_performance_level() local 1856 socclk_min = socclk_max = soc_table->max; in smu_v11_0_set_performance_level() 1861 socclk_min = socclk_max = soc_table->min; in smu_v11_0_set_performance_level() 1869 socclk_max = soc_table->max; in smu_v11_0_set_performance_level() 1874 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level() 1885 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level() 1901 socclk_min = socclk_max = 0; in smu_v11_0_set_performance_level() 1922 if (socclk_min && socclk_max) { in smu_v11_0_set_performance_level() 1926 socclk_max); in smu_v11_0_set_performance_level()
|