Searched refs:socclk_max (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/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 916 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &socclk_max); in smu_v13_0_4_set_performance_level() 919 socclk_min = socclk_max; 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() 973 socclk_max); 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 1122 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &socclk_max); in yellow_carp_set_performance_level() 1125 socclk_min = socclk_max; 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() 1179 socclk_max); in yellow_carp_set_performance_level()
|
D | smu_v13_0.c | 1720 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_set_performance_level() local 1730 socclk_min = socclk_max = soc_table->max; in smu_v13_0_set_performance_level() 1738 socclk_min = socclk_max = soc_table->min; in smu_v13_0_set_performance_level() 1749 socclk_max = soc_table->max; in smu_v13_0_set_performance_level() 1760 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v13_0_set_performance_level() 1774 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v13_0_set_performance_level() 1793 socclk_min = socclk_max = 0; in smu_v13_0_set_performance_level() 1823 if (socclk_min && socclk_max) { in smu_v13_0_set_performance_level() 1827 socclk_max); in smu_v13_0_set_performance_level() 1832 pstate_table->socclk_pstate.curr.max = socclk_max; in smu_v13_0_set_performance_level()
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | smu_v11_0.c | 1863 uint32_t socclk_min = 0, socclk_max = 0; in smu_v11_0_set_performance_level() local 1870 socclk_min = socclk_max = soc_table->max; in smu_v11_0_set_performance_level() 1875 socclk_min = socclk_max = soc_table->min; in smu_v11_0_set_performance_level() 1883 socclk_max = soc_table->max; in smu_v11_0_set_performance_level() 1888 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level() 1899 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level() 1915 socclk_min = socclk_max = 0; in smu_v11_0_set_performance_level() 1936 if (socclk_min && socclk_max) { in smu_v11_0_set_performance_level() 1940 socclk_max); in smu_v11_0_set_performance_level()
|