Searched refs:socclk_max (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_4_ppt.c | 918 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_4_set_performance_level() local 925 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &socclk_max); in smu_v13_0_4_set_performance_level() 928 socclk_min = socclk_max; in smu_v13_0_4_set_performance_level() 936 socclk_max = socclk_min; in smu_v13_0_4_set_performance_level() 941 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, &socclk_min, &socclk_max); in smu_v13_0_4_set_performance_level() 978 if (socclk_min && socclk_max) { in smu_v13_0_4_set_performance_level() 982 socclk_max); in smu_v13_0_4_set_performance_level()
|
D | yellow_carp_ppt.c | 1085 uint32_t socclk_min = 0, socclk_max = 0; in yellow_carp_set_performance_level() local 1092 yellow_carp_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &socclk_max); in yellow_carp_set_performance_level() 1095 socclk_min = socclk_max; 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() 1149 socclk_max); in yellow_carp_set_performance_level()
|
D | smu_v13_0.c | 1710 uint32_t socclk_min = 0, socclk_max = 0; in smu_v13_0_set_performance_level() local 1720 socclk_min = socclk_max = soc_table->max; in smu_v13_0_set_performance_level() 1728 socclk_min = socclk_max = soc_table->min; in smu_v13_0_set_performance_level() 1739 socclk_max = soc_table->max; in smu_v13_0_set_performance_level() 1750 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v13_0_set_performance_level() 1764 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v13_0_set_performance_level() 1783 socclk_min = socclk_max = 0; in smu_v13_0_set_performance_level() 1813 if (socclk_min && socclk_max) { in smu_v13_0_set_performance_level() 1817 socclk_max); in smu_v13_0_set_performance_level() 1822 pstate_table->socclk_pstate.curr.max = socclk_max; in smu_v13_0_set_performance_level()
|
/linux-5.19.10/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()
|