Home
last modified time | relevance | path

Searched refs:uclk_freq (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_renoir_ppt.c701 uint32_t sclk_freq = 0, uclk_freq = 0; in renoir_set_peak_clock_by_device() local
711 ret = smu_get_dpm_freq_range(smu, SMU_UCLK, NULL, &uclk_freq, false); in renoir_set_peak_clock_by_device()
715 ret = smu_set_soft_freq_range(smu, SMU_UCLK, uclk_freq, uclk_freq); in renoir_set_peak_clock_by_device()
H A Damdgpu_navi10_ppt.c1670 uint32_t sclk_freq = 0, uclk_freq = 0; in navi10_set_standard_performance_level() local
1675 uclk_freq = NAVI10_UMD_PSTATE_PROFILING_MEMCLK; in navi10_set_standard_performance_level()
1679 uclk_freq = NAVI14_UMD_PSTATE_PROFILING_MEMCLK; in navi10_set_standard_performance_level()
1689 ret = smu_set_soft_freq_range(smu, SMU_UCLK, uclk_freq, uclk_freq); in navi10_set_standard_performance_level()
1700 uint32_t sclk_freq = 0, uclk_freq = 0; in navi10_set_peak_performance_level() local
1750 ret = smu_get_dpm_level_range(smu, SMU_UCLK, NULL, &uclk_freq); in navi10_set_peak_performance_level()
1757 ret = smu_set_soft_freq_range(smu, SMU_UCLK, uclk_freq, uclk_freq); in navi10_set_peak_performance_level()