diff options
author | 2017-07-12 15:52:26 +0800 | |
---|---|---|
committer | 2017-07-14 11:06:41 -0400 | |
commit | 5cb818b861be114148e8dbeb4259698148019dd1 (patch) | |
tree | 522b8069d315abb0b238ac8b641511be2393d340 /drivers/gpu/drm/amd/amdgpu/si_dpm.c | |
parent | drm/amdgpu: Off by one sanity checks (diff) | |
download | linux-dev-5cb818b861be114148e8dbeb4259698148019dd1.tar.xz linux-dev-5cb818b861be114148e8dbeb4259698148019dd1.zip |
drm/amd/amdgpu: fix si_enable_smc_cac() failed issue
Signed-off-by: Jim Qu <Jim.Qu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dpm.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c index a7ad8390981c..d63873f3f574 100644 --- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c +++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c @@ -2055,6 +2055,7 @@ static void si_initialize_powertune_defaults(struct amdgpu_device *adev) case 0x682C: si_pi->cac_weights = cac_weights_cape_verde_pro; si_pi->dte_data = dte_data_sun_xt; + update_dte_from_pl2 = true; break; case 0x6825: case 0x6827: |