Searched refs:soc_dpm_level (Results 1 – 1 of 1) sorted by relevance
158 uint32_t soc_dpm_level; in amdgpu_vpe_configure_dpm() local162 soc_dpm_level = 0; in amdgpu_vpe_configure_dpm()164 soc_dpm_level = (idx * 2) + 1; in amdgpu_vpe_configure_dpm()167 if (soc_dpm_level > vpeclk_enalbled_num - 1) in amdgpu_vpe_configure_dpm()168 soc_dpm_level = vpeclk_enalbled_num - 1; in amdgpu_vpe_configure_dpm()170 min_freq = (SOCClks[soc_dpm_level].Freq < VPEClks[soc_dpm_level].Freq) ? in amdgpu_vpe_configure_dpm()171 SOCClks[soc_dpm_level].Freq : VPEClks[soc_dpm_level].Freq; in amdgpu_vpe_configure_dpm()
Completed in 5 milliseconds