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: Xiaojian Du <Xiaojian.Du@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Xiaojian Du 2020-12-18 16:07:14 +08:00 committed by Alex Deucher
parent ca55f459f5
commit 16a0fd2a15

View file

@ -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);