Searched refs:socclk_max (Results 1 – 3 of 3) sorted by relevance
1085 uint32_t socclk_min = 0, socclk_max = 0; in yellow_carp_set_performance_level() local1092 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &socclk_max); in yellow_carp_set_performance_level()1095 socclk_min = socclk_max; in yellow_carp_set_performance_level()1103 socclk_max = socclk_min; in yellow_carp_set_performance_level()1108 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, &socclk_max); in yellow_carp_set_performance_level()1145 if (socclk_min && socclk_max) { in yellow_carp_set_performance_level()1149 socclk_max); in yellow_carp_set_performance_level()
1647 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_set_performance_level() local1654 socclk_min = socclk_max = soc_table->max; in smu_v13_0_set_performance_level()1659 socclk_min = socclk_max = soc_table->min; in smu_v13_0_set_performance_level()1667 socclk_max = soc_table->max; in smu_v13_0_set_performance_level()1672 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v13_0_set_performance_level()1683 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v13_0_set_performance_level()1694 socclk_min = socclk_max = 0; in smu_v13_0_set_performance_level()1720 if (socclk_min && socclk_max) { in smu_v13_0_set_performance_level()1724 socclk_max); in smu_v13_0_set_performance_level()1729 pstate_table->socclk_pstate.curr.max = socclk_max; in smu_v13_0_set_performance_level()
1895 uint32_t socclk_min = 0, socclk_max = 0; in smu_v11_0_set_performance_level() local1902 socclk_min = socclk_max = soc_table->max; in smu_v11_0_set_performance_level()1907 socclk_min = socclk_max = soc_table->min; in smu_v11_0_set_performance_level()1915 socclk_max = soc_table->max; in smu_v11_0_set_performance_level()1920 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level()1931 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level()1947 socclk_min = socclk_max = 0; in smu_v11_0_set_performance_level()1968 if (socclk_min && socclk_max) { in smu_v11_0_set_performance_level()1972 socclk_max); in smu_v11_0_set_performance_level()
Completed in 13 milliseconds