提交 d237e097 编写于 作者: P Prike Liang 提交者: Alex Deucher

drm/amd/powerplay: enable renoir dpm feature

enable the dpm feature for the renoir.
Signed-off-by: NPrike Liang <Prike.Liang@amd.com>
Reviewed-by: NAaron Liu <aaron.liu@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 9a868d8b
......@@ -768,10 +768,6 @@ static int smu_late_init(void *handle)
if (!smu->pm_enabled)
return 0;
/* To be removed after dpm is enabled */
if (adev->asic_type == CHIP_RENOIR)
return 0;
mutex_lock(&smu->mutex);
smu_handle_task(&adev->smu,
smu->smu_dpm.dpm_level,
......@@ -1275,10 +1271,6 @@ static int smu_hw_init(void *handle)
if (!smu->pm_enabled)
return 0;
/* To be removed after dpm is enabled */
if (adev->asic_type == CHIP_RENOIR)
return 0;
ret = smu_feature_init_dpm(smu);
if (ret)
goto failed;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册