Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vpe.c158 uint32_t soc_dpm_level; in amdgpu_vpe_configure_dpm() local
162 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