Searched refs:min_dpm_level (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_5_ppt.c | 725 uint32_t max_dpm_level, min_dpm_level; in smu_v13_0_5_get_dpm_ultimate_freq() local 803 min_dpm_level = clk_table->NumDfPstatesEnabled - 1; in smu_v13_0_5_get_dpm_ultimate_freq() 806 min_dpm_level = 0; in smu_v13_0_5_get_dpm_ultimate_freq() 810 min_dpm_level = 0; in smu_v13_0_5_get_dpm_ultimate_freq() 818 ret = smu_v13_0_5_get_dpm_freq_by_index(smu, clk_type, min_dpm_level, min); in smu_v13_0_5_get_dpm_ultimate_freq()
|
D | smu_v13_0_4_ppt.c | 725 uint32_t max_dpm_level, min_dpm_level; in smu_v13_0_4_get_dpm_ultimate_freq() local 804 min_dpm_level = clk_table->NumDfPstatesEnabled - 1; in smu_v13_0_4_get_dpm_ultimate_freq() 807 min_dpm_level = 0; in smu_v13_0_4_get_dpm_ultimate_freq() 811 min_dpm_level = 0; in smu_v13_0_4_get_dpm_ultimate_freq() 819 min_dpm_level, in smu_v13_0_4_get_dpm_ultimate_freq()
|
D | yellow_carp_ppt.c | 851 uint32_t max_dpm_level, min_dpm_level; in yellow_carp_get_dpm_ultimate_freq() local 929 min_dpm_level = clk_table->NumDfPstatesEnabled - 1; in yellow_carp_get_dpm_ultimate_freq() 932 min_dpm_level = 0; in yellow_carp_get_dpm_ultimate_freq() 936 min_dpm_level = 0; in yellow_carp_get_dpm_ultimate_freq() 944 ret = yellow_carp_get_dpm_freq_by_index(smu, clk_type, min_dpm_level, min); in yellow_carp_get_dpm_ultimate_freq()
|