Searched refs:socclk_min (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| A D | yellow_carp_ppt.c | 1085 uint32_t socclk_min = 0, socclk_max = 0; in yellow_carp_set_performance_level() local 1095 socclk_min = socclk_max; in yellow_carp_set_performance_level() 1100 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, NULL); 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() 1148 socclk_min, in yellow_carp_set_performance_level()
|
| A D | smu_v13_0.c | 1647 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_set_performance_level() local 1654 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() 1666 socclk_min = soc_table->min; 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() 1723 socclk_min, in smu_v13_0_set_performance_level() 1728 pstate_table->socclk_pstate.curr.min = socclk_min; in smu_v13_0_set_performance_level()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| A D | smu_v11_0.c | 1895 uint32_t socclk_min = 0, socclk_max = 0; in smu_v11_0_set_performance_level() local 1902 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() 1914 socclk_min = soc_table->min; 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() 1971 socclk_min, in smu_v11_0_set_performance_level()
|
Completed in 13 milliseconds