Searched refs:fclk_min (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_4_ppt.c | 908 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_4_set_performance_level() local 918 fclk_min = fclk_max; in smu_v13_0_4_set_performance_level() 923 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); in smu_v13_0_4_set_performance_level() 926 fclk_max = fclk_min; in smu_v13_0_4_set_performance_level() 931 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in smu_v13_0_4_set_performance_level() 960 if (fclk_min && fclk_max) { in smu_v13_0_4_set_performance_level() 963 fclk_min, in smu_v13_0_4_set_performance_level()
|
D | yellow_carp_ppt.c | 1114 uint32_t fclk_min = 0, fclk_max = 0; in yellow_carp_set_performance_level() local 1124 fclk_min = fclk_max; in yellow_carp_set_performance_level() 1129 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, NULL); in yellow_carp_set_performance_level() 1132 fclk_max = fclk_min; in yellow_carp_set_performance_level() 1137 yellow_carp_get_dpm_ultimate_freq(smu, SMU_FCLK, &fclk_min, &fclk_max); in yellow_carp_set_performance_level() 1166 if (fclk_min && fclk_max) { in yellow_carp_set_performance_level() 1169 fclk_min, in yellow_carp_set_performance_level()
|
D | smu_v13_0.c | 1728 uint32_t fclk_min = 0, fclk_max = 0; in smu_v13_0_set_performance_level() local 1738 fclk_min = fclk_max = fclk_table->max; in smu_v13_0_set_performance_level() 1746 fclk_min = fclk_max = fclk_table->min; in smu_v13_0_set_performance_level() 1759 fclk_min = fclk_table->min; in smu_v13_0_set_performance_level() 1768 fclk_min = fclk_max = pstate_table->fclk_pstate.standard; in smu_v13_0_set_performance_level() 1782 fclk_min = fclk_max = pstate_table->fclk_pstate.peak; in smu_v13_0_set_performance_level() 1801 fclk_min = fclk_max = 0; in smu_v13_0_set_performance_level() 1870 if (fclk_min && fclk_max) { in smu_v13_0_set_performance_level() 1873 fclk_min, in smu_v13_0_set_performance_level() 1878 pstate_table->fclk_pstate.curr.min = fclk_min; in smu_v13_0_set_performance_level()
|