mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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:
parent
ca55f459f5
commit
16a0fd2a15
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue