Skip to content

Commit

Permalink
drm/radeon/aruba: disable additional rlc features
Browse files Browse the repository at this point in the history
They cause problems with dynamic clocking.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Alex Deucher committed Jul 3, 2013
1 parent e631227 commit 0124853
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/radeon/evergreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -4043,8 +4043,6 @@ static void evergreen_rlc_start(struct radeon_device *rdev)

if (rdev->flags & RADEON_IS_IGP) {
mask |= GFX_POWER_GATING_ENABLE | GFX_POWER_GATING_SRC;
if (rdev->family == CHIP_ARUBA)
mask |= DYN_PER_SIMD_PG_ENABLE | LB_CNT_SPIM_ACTIVE | LOAD_BALANCE_ENABLE;
}

WREG32(RLC_CNTL, mask);
Expand Down

0 comments on commit 0124853

Please sign in to comment.