Searched refs:smu_v13_0_4_get_dpm_ultimate_freq (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
D | smu_v13_0_4_ppt.c | 750 static int smu_v13_0_4_get_dpm_ultimate_freq(struct smu_context *smu, in smu_v13_0_4_get_dpm_ultimate_freq() function 934 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() 936 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, &clk_limit, NULL); in smu_v13_0_4_get_dpm_profile_freq() 941 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SOCCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() 946 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() 948 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, &clk_limit, NULL); in smu_v13_0_4_get_dpm_profile_freq() 951 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_VCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() 954 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_DCLK, NULL, &clk_limit); in smu_v13_0_4_get_dpm_profile_freq() 977 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_SCLK, NULL, &sclk_max); in smu_v13_0_4_set_performance_level() 978 smu_v13_0_4_get_dpm_ultimate_freq(smu, SMU_FCLK, NULL, &fclk_max); in smu_v13_0_4_set_performance_level() [all …]
|