diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-12-04 10:55:12 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-08 08:51:12 +1000 |
commit | 92cde00cbaf3236ef7ea9bd4f0b43c8c4a3f507f (patch) | |
tree | 022c274b9295c3191e2c63060bb1dafa435e49cc /drivers/gpu/drm/radeon/r420.c | |
parent | 6b02af1c1f35550ce1a9873841fe9c50b1613591 (diff) |
drm/radeon/kms/legacy: set common regs to sane value
The DDX and radeonfb always set these regs to a sane value.
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/r420.c')
-rw-r--r-- | drivers/gpu/drm/radeon/r420.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/r420.c b/drivers/gpu/drm/radeon/r420.c index d72f0439b2fa..162c3902fe69 100644 --- a/drivers/gpu/drm/radeon/r420.c +++ b/drivers/gpu/drm/radeon/r420.c @@ -169,6 +169,9 @@ static int r420_startup(struct radeon_device *rdev) { int r; + /* set common regs */ + r100_set_common_regs(rdev); + /* program mc */ r300_mc_program(rdev); /* Resume clock */ r420_clock_resume(rdev); |