Commit 08a370fa authored by Dave Airlie's avatar Dave Airlie

drm/radeon/kms: rs400/480 should set common registers.

These GPUs should be setting these registers up also.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 9e5786bd
...@@ -390,6 +390,8 @@ static int rs400_startup(struct radeon_device *rdev) ...@@ -390,6 +390,8 @@ static int rs400_startup(struct radeon_device *rdev)
{ {
int r; int r;
r100_set_common_regs(rdev);
rs400_mc_program(rdev); rs400_mc_program(rdev);
/* Resume clock */ /* Resume clock */
r300_clock_startup(rdev); r300_clock_startup(rdev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment