Searched refs:socclk_min (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 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 | 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() 1748 socclk_min = soc_table->min; 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() 1826 socclk_min, in smu_v13_0_set_performance_level() 1831 pstate_table->socclk_pstate.curr.min = socclk_min; 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() 1882 socclk_min = soc_table->min; 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() 1939 socclk_min, in smu_v11_0_set_performance_level()
|