提交 e487cb54 编写于 作者: X Xiaojian Du 提交者: Alex Deucher

drm/amd/pm: remove some useless code for vangogh

This patch is to remove some useless code for vangogh.
In the earlier code, vangogh can't finish all the sequence of
smu late init. But now vangogh has one stable work state,so
remove the useless code.
Signed-off-by: NXiaojian Du <Xiaojian.Du@amd.com>
Reviewed-by: NKevin Wang <kevin1.wang@amd.com>
Reviewed-by: NHuang Rui <ray.huang@amd.com>
Reviewed-by: NEvan Quan <evan.quan@amd.com>
Acked-by: NXiaomeng Hou <Xiaomeng.Hou@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 c9021a6e
...@@ -612,9 +612,6 @@ static int smu_late_init(void *handle) ...@@ -612,9 +612,6 @@ static int smu_late_init(void *handle)
return ret; return ret;
} }
if (adev->asic_type == CHIP_VANGOGH)
return 0;
ret = smu_set_default_od_settings(smu); ret = smu_set_default_od_settings(smu);
if (ret) { if (ret) {
dev_err(adev->dev, "Failed to setup default OD settings!\n"); dev_err(adev->dev, "Failed to setup default OD settings!\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册