Searched refs:get_dpm_ultimate_freq (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | smu_internal.h | 79 #define smu_get_dpm_ultimate_freq(smu, param, min, max) smu_ppt_funcs(get_dpm_ultimate_freq, 0, s…
|
H A D | amdgpu_smu.c | 156 if (smu->ppt_funcs->get_dpm_ultimate_freq) in smu_get_dpm_freq_range() 157 ret = smu->ppt_funcs->get_dpm_ultimate_freq(smu, in smu_get_dpm_freq_range()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | cyan_skillfish_ppt.c | 589 .get_dpm_ultimate_freq = cyan_skillfish_get_dpm_ultimate_freq,
|
H A D | arcturus_ppt.c | 2497 .get_dpm_ultimate_freq = smu_v11_0_get_dpm_ultimate_freq,
|
H A D | navi10_ppt.c | 3559 .get_dpm_ultimate_freq = smu_v11_0_get_dpm_ultimate_freq,
|
H A D | sienna_cichlid_ppt.c | 4445 .get_dpm_ultimate_freq = sienna_cichlid_get_dpm_ultimate_freq,
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
H A D | amdgpu_smu.h | 1210 …int (*get_dpm_ultimate_freq)(struct smu_context *smu, enum smu_clk_type clk_type, uint32_t *min, u… member
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_5_ppt.c | 1128 .get_dpm_ultimate_freq = smu_v13_0_5_get_dpm_ultimate_freq,
|
H A D | smu_v13_0_4_ppt.c | 1130 .get_dpm_ultimate_freq = smu_v13_0_4_get_dpm_ultimate_freq,
|
H A D | yellow_carp_ppt.c | 1357 .get_dpm_ultimate_freq = yellow_carp_get_dpm_ultimate_freq,
|
H A D | aldebaran_ppt.c | 2115 .get_dpm_ultimate_freq = smu_v13_0_get_dpm_ultimate_freq,
|
H A D | smu_v13_0_6_ppt.c | 2249 .get_dpm_ultimate_freq = smu_v13_0_6_get_dpm_ultimate_freq,
|
H A D | smu_v13_0_7_ppt.c | 2208 .get_dpm_ultimate_freq = smu_v13_0_7_get_dpm_ultimate_freq,
|
H A D | smu_v13_0_0_ppt.c | 2608 .get_dpm_ultimate_freq = smu_v13_0_0_get_dpm_ultimate_freq,
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
H A D | renoir_ppt.c | 1450 .get_dpm_ultimate_freq = renoir_get_dpm_ultimate_freq,
|