Skip to content

Commit

Permalink
drm/radeon/kms: rs400/480 should set common registers.
Browse files Browse the repository at this point in the history
These GPUs should be setting these registers up also.

Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Dave Airlie committed Apr 1, 2010
1 parent 9e5786b commit 08a370f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/gpu/drm/radeon/rs400.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ static int rs400_startup(struct radeon_device *rdev)
{
int r;

r100_set_common_regs(rdev);

rs400_mc_program(rdev);
/* Resume clock */
r300_clock_startup(rdev);
Expand Down

0 comments on commit 08a370f

Please sign in to comment.