diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-07-30 17:02:29 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-07-30 17:24:14 -0400 |
commit | 5a344dda944b4eea5a95e47a49ae5b53ce4f49b6 (patch) | |
tree | 1407d28dc27b3be5d1a1a8c8825bb7ee32257ac3 | |
parent | 31f731af513bb9925d0a29dba34bb4f71141bf91 (diff) |
drm/radeon/dpm: re-enable cac control on SI
Now that the fixed point functions are fixed we
can re-enable cac support.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/radeon/si_dpm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/radeon/si_dpm.c b/drivers/gpu/drm/radeon/si_dpm.c index cfb444870068..7ad22e87cd62 100644 --- a/drivers/gpu/drm/radeon/si_dpm.c +++ b/drivers/gpu/drm/radeon/si_dpm.c | |||
@@ -2044,8 +2044,7 @@ static void si_initialize_powertune_defaults(struct radeon_device *rdev) | |||
2044 | ni_pi->enable_sq_ramping = false; | 2044 | ni_pi->enable_sq_ramping = false; |
2045 | si_pi->enable_dte = false; | 2045 | si_pi->enable_dte = false; |
2046 | 2046 | ||
2047 | /* XXX: fix me */ | 2047 | if (si_pi->powertune_data->enable_powertune_by_default) { |
2048 | if (0/*si_pi->powertune_data->enable_powertune_by_default*/) { | ||
2049 | ni_pi->enable_power_containment= true; | 2048 | ni_pi->enable_power_containment= true; |
2050 | ni_pi->enable_cac = true; | 2049 | ni_pi->enable_cac = true; |
2051 | if (si_pi->dte_data.enable_dte_by_default) { | 2050 | if (si_pi->dte_data.enable_dte_by_default) { |