]> Git Repo - linux.git/commitdiff
drm/amd/amdgpu: fix si_enable_smc_cac() failed issue
authorJim Qu <[email protected]>
Wed, 12 Jul 2017 07:52:26 +0000 (15:52 +0800)
committerAlex Deucher <[email protected]>
Fri, 14 Jul 2017 15:06:41 +0000 (11:06 -0400)
Signed-off-by: Jim Qu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/si_dpm.c

index a7ad8390981c7cfb38b9e530fe00d4c8d68f034c..d63873f3f57436cdda4a76ad542f4512a55b0b7b 100644 (file)
@@ -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:
This page took 0.068736 seconds and 4 git commands to generate.