diff options
author | Dave Airlie <airlied@redhat.com> | 2010-03-31 13:42:50 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-04-01 12:50:28 +1000 |
commit | 08a370fa758fae7e387274ca3571ce625d7f829b (patch) | |
tree | 2f2d69135e326bd910bcef36553f1f547cc2514a /drivers/gpu/drm/radeon/rs400.c | |
parent | 9e5786bd14cb9ffe29ebe66d41cedf03311b0d30 (diff) | |
download | linux-08a370fa758fae7e387274ca3571ce625d7f829b.tar.gz linux-08a370fa758fae7e387274ca3571ce625d7f829b.tar.bz2 linux-08a370fa758fae7e387274ca3571ce625d7f829b.zip |
drm/radeon/kms: rs400/480 should set common registers.
These GPUs should be setting these registers up also.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/rs400.c')
-rw-r--r-- | drivers/gpu/drm/radeon/rs400.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/rs400.c b/drivers/gpu/drm/radeon/rs400.c index 590815c4700e..626aaf082b1a 100644 --- a/drivers/gpu/drm/radeon/rs400.c +++ b/drivers/gpu/drm/radeon/rs400.c @@ -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); |