Skip to content

Commit

Permalink
drm/radeon/dpm: re-enable cac control on SI
Browse files Browse the repository at this point in the history
Now that the fixed point functions are fixed we
can re-enable cac support.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Alex Deucher committed Jul 30, 2013
1 parent 31f731a commit 5a344dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/gpu/drm/radeon/si_dpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2044,8 +2044,7 @@ static void si_initialize_powertune_defaults(struct radeon_device *rdev)
ni_pi->enable_sq_ramping = false;
si_pi->enable_dte = false;

/* XXX: fix me */
if (0/*si_pi->powertune_data->enable_powertune_by_default*/) {
if (si_pi->powertune_data->enable_powertune_by_default) {
ni_pi->enable_power_containment= true;
ni_pi->enable_cac = true;
if (si_pi->dte_data.enable_dte_by_default) {
Expand Down

0 comments on commit 5a344dd

Please sign in to comment.