Searched refs:socclk_min (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_4_ppt.c | 909 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_4_set_performance_level() local 919 socclk_min = socclk_max; in smu_v13_0_4_set_performance_level() 924 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, NULL); in smu_v13_0_4_set_performance_level() 927 socclk_max = socclk_min; in smu_v13_0_4_set_performance_level() 932 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, &socclk_max); in smu_v13_0_4_set_performance_level() 969 if (socclk_min && socclk_max) { in smu_v13_0_4_set_performance_level() 972 socclk_min, in smu_v13_0_4_set_performance_level()
|
D | yellow_carp_ppt.c | 1115 uint32_t socclk_min = 0, socclk_max = 0; in yellow_carp_set_performance_level() local 1125 socclk_min = socclk_max; in yellow_carp_set_performance_level() 1130 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, NULL); in yellow_carp_set_performance_level() 1133 socclk_max = socclk_min; in yellow_carp_set_performance_level() 1138 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, &socclk_max); in yellow_carp_set_performance_level() 1175 if (socclk_min && socclk_max) { in yellow_carp_set_performance_level() 1178 socclk_min, in yellow_carp_set_performance_level()
|
D | smu_v13_0.c | 1725 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_set_performance_level() local 1735 socclk_min = socclk_max = soc_table->max; in smu_v13_0_set_performance_level() 1743 socclk_min = socclk_max = soc_table->min; in smu_v13_0_set_performance_level() 1753 socclk_min = soc_table->min; in smu_v13_0_set_performance_level() 1765 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v13_0_set_performance_level() 1779 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v13_0_set_performance_level() 1798 socclk_min = socclk_max = 0; in smu_v13_0_set_performance_level() 1828 if (socclk_min && socclk_max) { in smu_v13_0_set_performance_level() 1831 socclk_min, in smu_v13_0_set_performance_level() 1836 pstate_table->socclk_pstate.curr.min = socclk_min; in smu_v13_0_set_performance_level()
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | smu_v11_0.c | 1867 uint32_t socclk_min = 0, socclk_max = 0; in smu_v11_0_set_performance_level() local 1874 socclk_min = socclk_max = soc_table->max; in smu_v11_0_set_performance_level() 1879 socclk_min = socclk_max = soc_table->min; in smu_v11_0_set_performance_level() 1886 socclk_min = soc_table->min; in smu_v11_0_set_performance_level() 1892 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level() 1903 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level() 1919 socclk_min = socclk_max = 0; in smu_v11_0_set_performance_level() 1940 if (socclk_min && socclk_max) { in smu_v11_0_set_performance_level() 1943 socclk_min, in smu_v11_0_set_performance_level()
|