Searched refs:sclk_max (Results 1 – 3 of 3) sorted by relevance
1083 uint32_t sclk_min = 0, sclk_max = 0; in yellow_carp_set_performance_level() local1090 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &sclk_max); in yellow_carp_set_performance_level()1093 sclk_min = sclk_max; in yellow_carp_set_performance_level()1101 sclk_max = sclk_min; in yellow_carp_set_performance_level()1106 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SCLK, &sclk_min, &sclk_max); in yellow_carp_set_performance_level()1124 if (sclk_min && sclk_max) { in yellow_carp_set_performance_level()1128 sclk_max); in yellow_carp_set_performance_level()1133 smu->gfx_actual_soft_max_freq = sclk_max; in yellow_carp_set_performance_level()
1645 uint32_t sclk_min = 0, sclk_max = 0; in smu_v13_0_set_performance_level() local1652 sclk_min = sclk_max = gfx_table->max; in smu_v13_0_set_performance_level()1657 sclk_min = sclk_max = gfx_table->min; in smu_v13_0_set_performance_level()1663 sclk_max = gfx_table->max; in smu_v13_0_set_performance_level()1670 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v13_0_set_performance_level()1675 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v13_0_set_performance_level()1681 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v13_0_set_performance_level()1696 if (sclk_min && sclk_max) { in smu_v13_0_set_performance_level()1700 sclk_max); in smu_v13_0_set_performance_level()1705 pstate_table->gfxclk_pstate.curr.max = sclk_max; in smu_v13_0_set_performance_level()
1893 uint32_t sclk_min = 0, sclk_max = 0; in smu_v11_0_set_performance_level() local1900 sclk_min = sclk_max = gfx_table->max; in smu_v11_0_set_performance_level()1905 sclk_min = sclk_max = gfx_table->min; in smu_v11_0_set_performance_level()1911 sclk_max = gfx_table->max; in smu_v11_0_set_performance_level()1918 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard; in smu_v11_0_set_performance_level()1923 sclk_min = sclk_max = pstate_table->gfxclk_pstate.min; in smu_v11_0_set_performance_level()1929 sclk_min = sclk_max = pstate_table->gfxclk_pstate.peak; in smu_v11_0_set_performance_level()1950 if (sclk_min && sclk_max) { in smu_v11_0_set_performance_level()1954 sclk_max); in smu_v11_0_set_performance_level()
Completed in 17 milliseconds