Skip to content

Commit

Permalink
drm/radeon/dpm: Reenabling SS on Cayman
Browse files Browse the repository at this point in the history
It reverts commit c745fe6 now that
Cayman is stable since VDDCI fix. Spread spectrum was not the culprit.

This depends on b0880e8
(drm/radeon/dpm: fix vddci setup typo on cayman).

Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
  • Loading branch information
Alexandre Demers authored and Alex Deucher committed Jul 10, 2014
1 parent ed96377 commit 4195934
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/gpu/drm/radeon/rv770_dpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2329,12 +2329,6 @@ void rv770_get_engine_memory_ss(struct radeon_device *rdev)
pi->mclk_ss = radeon_atombios_get_asic_ss_info(rdev, &ss,
ASIC_INTERNAL_MEMORY_SS, 0);

/* disable ss, causes hangs on some cayman boards */
if (rdev->family == CHIP_CAYMAN) {
pi->sclk_ss = false;
pi->mclk_ss = false;
}

if (pi->sclk_ss || pi->mclk_ss)
pi->dynamic_ss = true;
else
Expand Down

0 comments on commit 4195934

Please sign in to comment.