Searched refs:socclk_min (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| D | smu_v13_0_4_ppt.c | 974 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_4_set_performance_level() local 988 socclk_min = socclk_max; in smu_v13_0_4_set_performance_level() 995 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, NULL); in smu_v13_0_4_set_performance_level() 1000 socclk_max = socclk_min; in smu_v13_0_4_set_performance_level() 1007 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, &socclk_max); in smu_v13_0_4_set_performance_level() 1017 smu_v13_0_4_get_dpm_profile_freq(smu, level, SMU_SOCCLK, &socclk_min, &socclk_max); in smu_v13_0_4_set_performance_level() 1050 if (socclk_min && socclk_max) { in smu_v13_0_4_set_performance_level() 1053 socclk_min, in smu_v13_0_4_set_performance_level()
|
| D | yellow_carp_ppt.c | 1215 uint32_t socclk_min = 0, socclk_max = 0; in yellow_carp_set_performance_level() local 1230 socclk_min = socclk_max; in yellow_carp_set_performance_level() 1237 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, NULL); 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() 1295 socclk_min, in yellow_carp_set_performance_level()
|
| D | smu_v13_0.c | 1712 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_set_performance_level() local 1722 socclk_min = socclk_max = soc_table->max; in smu_v13_0_set_performance_level() 1730 socclk_min = socclk_max = soc_table->min; in smu_v13_0_set_performance_level() 1740 socclk_min = soc_table->min; in smu_v13_0_set_performance_level() 1752 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v13_0_set_performance_level() 1766 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v13_0_set_performance_level() 1785 socclk_min = socclk_max = 0; in smu_v13_0_set_performance_level() 1815 if (socclk_min && socclk_max) { in smu_v13_0_set_performance_level() 1818 socclk_min, in smu_v13_0_set_performance_level() 1823 pstate_table->socclk_pstate.curr.min = socclk_min; in smu_v13_0_set_performance_level()
|
| /Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| D | smu_v11_0.c | 1847 uint32_t socclk_min = 0, socclk_max = 0; in smu_v11_0_set_performance_level() local 1854 socclk_min = socclk_max = soc_table->max; in smu_v11_0_set_performance_level() 1859 socclk_min = socclk_max = soc_table->min; in smu_v11_0_set_performance_level() 1866 socclk_min = soc_table->min; in smu_v11_0_set_performance_level() 1872 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level() 1883 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level() 1899 socclk_min = socclk_max = 0; in smu_v11_0_set_performance_level() 1920 if (socclk_min && socclk_max) { in smu_v11_0_set_performance_level() 1923 socclk_min, in smu_v11_0_set_performance_level()
|