Searched refs:vangogh_set_soft_freq_limited_range (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | vangogh_ppt.c | 1106 static int vangogh_set_soft_freq_limited_range(struct smu_context *smu, in vangogh_set_soft_freq_limited_range() function 1315 ret = vangogh_set_soft_freq_limited_range(smu, clk_type, force_freq, force_freq); in vangogh_force_dpm_limit_value() 1351 ret = vangogh_set_soft_freq_limited_range(smu, clk_type, min_freq, max_freq); in vangogh_unforce_dpm_levels() 1370 ret = vangogh_set_soft_freq_limited_range(smu, SMU_FCLK, fclk_freq, fclk_freq); in vangogh_set_peak_clock_by_device() 1378 ret = vangogh_set_soft_freq_limited_range(smu, SMU_SOCCLK, socclk_freq, socclk_freq); in vangogh_set_peak_clock_by_device() 1386 ret = vangogh_set_soft_freq_limited_range(smu, SMU_VCLK, vclk_freq, vclk_freq); in vangogh_set_peak_clock_by_device() 1394 ret = vangogh_set_soft_freq_limited_range(smu, SMU_DCLK, dclk_freq, dclk_freq); in vangogh_set_peak_clock_by_device()
|