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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);