Searched refs:min_dpm_level (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu15/ |
| H A D | smu_v15_0_0_ppt.c | 923 uint32_t max_dpm_level, min_dpm_level; in smu_v15_0_0_get_dpm_ultimate_freq() local 1002 min_dpm_level = clk_table->NumMemPstatesEnabled - 1; in smu_v15_0_0_get_dpm_ultimate_freq() 1005 min_dpm_level = 0; in smu_v15_0_0_get_dpm_ultimate_freq() 1008 min_dpm_level = 0; in smu_v15_0_0_get_dpm_ultimate_freq() 1012 min_dpm_level = 0; in smu_v15_0_0_get_dpm_ultimate_freq() 1020 ret = smu_v15_0_common_get_dpm_freq_by_index(smu, clk_type, min_dpm_level, min); in smu_v15_0_0_get_dpm_ultimate_freq() 1037 uint32_t max_dpm_level, min_dpm_level; in smu_v15_0_5_get_dpm_ultimate_freq() local 1107 min_dpm_level = clk_table->NumMemPstatesEnabled - 1; in smu_v15_0_5_get_dpm_ultimate_freq() 1110 min_dpm_level = 0; in smu_v15_0_5_get_dpm_ultimate_freq() 1113 min_dpm_level = 0; in smu_v15_0_5_get_dpm_ultimate_freq() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_5_ppt.c | 740 uint32_t max_dpm_level, min_dpm_level; in smu_v13_0_5_get_dpm_ultimate_freq() local 796 min_dpm_level = clk_table->NumDfPstatesEnabled - 1; in smu_v13_0_5_get_dpm_ultimate_freq() 799 min_dpm_level = 0; in smu_v13_0_5_get_dpm_ultimate_freq() 803 min_dpm_level = 0; in smu_v13_0_5_get_dpm_ultimate_freq() 811 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 | 763 uint32_t max_dpm_level, min_dpm_level; in smu_v13_0_4_get_dpm_ultimate_freq() local 820 min_dpm_level = clk_table->NumDfPstatesEnabled - 1; in smu_v13_0_4_get_dpm_ultimate_freq() 823 min_dpm_level = 0; in smu_v13_0_4_get_dpm_ultimate_freq() 827 min_dpm_level = 0; in smu_v13_0_4_get_dpm_ultimate_freq() 835 min_dpm_level, in smu_v13_0_4_get_dpm_ultimate_freq()
|
| H A D | yellow_carp_ppt.c | 874 uint32_t max_dpm_level, min_dpm_level; in yellow_carp_get_dpm_ultimate_freq() local 930 min_dpm_level = clk_table->NumDfPstatesEnabled - 1; in yellow_carp_get_dpm_ultimate_freq() 933 min_dpm_level = 0; in yellow_carp_get_dpm_ultimate_freq() 937 min_dpm_level = 0; in yellow_carp_get_dpm_ultimate_freq() 945 ret = yellow_carp_get_dpm_freq_by_index(smu, clk_type, min_dpm_level, min); in yellow_carp_get_dpm_ultimate_freq()
|