Skip to content
Snippets Groups Projects
Commit 16a0fd2a authored by Xiaojian Du's avatar Xiaojian Du Committed by Alex Deucher
Browse files

drm/amd/pm: enable the fine grain tuning function for renoir


This patch is to enable the fine grain tuning function for renoir.

Signed-off-by: default avatarXiaojian Du <Xiaojian.Du@amd.com>
Reviewed-by: default avatarHuang Rui <ray.huang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ca55f459
No related branches found
No related tags found
No related merge requests found
......@@ -402,6 +402,8 @@ static int smu_set_funcs(struct amdgpu_device *adev)
break;
case CHIP_RENOIR:
renoir_set_ppt_funcs(smu);
/* enable the OD by default to allow the fine grain tuning function */
smu->od_enabled = true;
break;
case CHIP_VANGOGH:
vangogh_set_ppt_funcs(smu);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment