Searched refs:min_dpm_level (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_5_ppt.c | 726 uint32_t max_dpm_level, min_dpm_level; in smu_v13_0_5_get_dpm_ultimate_freq() local 804 min_dpm_level = clk_table->NumDfPstatesEnabled - 1; in smu_v13_0_5_get_dpm_ultimate_freq() 807 min_dpm_level = 0; in smu_v13_0_5_get_dpm_ultimate_freq() 811 min_dpm_level = 0; in smu_v13_0_5_get_dpm_ultimate_freq() 819 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()
|
H A D | smu_v13_0_4_ppt.c | 751 uint32_t max_dpm_level, min_dpm_level; in smu_v13_0_4_get_dpm_ultimate_freq() local 830 min_dpm_level = clk_table->NumDfPstatesEnabled - 1; in smu_v13_0_4_get_dpm_ultimate_freq() 833 min_dpm_level = 0; in smu_v13_0_4_get_dpm_ultimate_freq() 837 min_dpm_level = 0; in smu_v13_0_4_get_dpm_ultimate_freq() 845 min_dpm_level, in smu_v13_0_4_get_dpm_ultimate_freq()
|
H A D | yellow_carp_ppt.c | 860 uint32_t max_dpm_level, min_dpm_level; in yellow_carp_get_dpm_ultimate_freq() local 938 min_dpm_level = clk_table->NumDfPstatesEnabled - 1; in yellow_carp_get_dpm_ultimate_freq() 941 min_dpm_level = 0; in yellow_carp_get_dpm_ultimate_freq() 945 min_dpm_level = 0; in yellow_carp_get_dpm_ultimate_freq() 953 ret = yellow_carp_get_dpm_freq_by_index(smu, clk_type, min_dpm_level, min); in yellow_carp_get_dpm_ultimate_freq()
|