Searched refs:socclk_min (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| D | yellow_carp_ppt.c | 1142 uint32_t socclk_min = 0, socclk_max = 0; in yellow_carp_set_performance_level() local 1152 socclk_min = socclk_max; in yellow_carp_set_performance_level() 1157 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, NULL); in yellow_carp_set_performance_level() 1160 socclk_max = socclk_min; in yellow_carp_set_performance_level() 1165 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, &socclk_max); in yellow_carp_set_performance_level() 1202 if (socclk_min && socclk_max) { in yellow_carp_set_performance_level() 1205 socclk_min, in yellow_carp_set_performance_level()
|
| D | smu_v13_0.c | 1635 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_set_performance_level() local 1642 socclk_min = socclk_max = soc_table->max; in smu_v13_0_set_performance_level() 1647 socclk_min = socclk_max = soc_table->min; in smu_v13_0_set_performance_level() 1654 socclk_min = soc_table->min; in smu_v13_0_set_performance_level() 1660 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v13_0_set_performance_level() 1671 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v13_0_set_performance_level() 1682 socclk_min = socclk_max = 0; in smu_v13_0_set_performance_level() 1708 if (socclk_min && socclk_max) { in smu_v13_0_set_performance_level() 1711 socclk_min, in smu_v13_0_set_performance_level() 1716 pstate_table->socclk_pstate.curr.min = socclk_min; in smu_v13_0_set_performance_level()
|
| /Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| D | smu_v11_0.c | 1884 uint32_t socclk_min = 0, socclk_max = 0; in smu_v11_0_set_performance_level() local 1891 socclk_min = socclk_max = soc_table->max; in smu_v11_0_set_performance_level() 1896 socclk_min = socclk_max = soc_table->min; in smu_v11_0_set_performance_level() 1903 socclk_min = soc_table->min; in smu_v11_0_set_performance_level() 1909 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level() 1920 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level() 1936 socclk_min = socclk_max = 0; in smu_v11_0_set_performance_level() 1957 if (socclk_min && socclk_max) { in smu_v11_0_set_performance_level() 1960 socclk_min, in smu_v11_0_set_performance_level()
|