aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/rs400.c
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2009-12-15 21:46:58 +0100
committerDave Airlie <airlied@redhat.com>2009-12-16 15:56:15 +1000
commit6234077d6bad4db25d516743b6723c1b26505341 (patch)
treefc7c311656d98ae1917fd58bc08f3c7d64c02cde /drivers/gpu/drm/radeon/rs400.c
parentdrm/radeon/kms: HDMI support for R600 KMS (diff)
downloadlinux-dev-6234077d6bad4db25d516743b6723c1b26505341.tar.xz
linux-dev-6234077d6bad4db25d516743b6723c1b26505341.zip
drm/radeon/kms: init pm on all chipsets
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> 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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/rs400.c b/drivers/gpu/drm/radeon/rs400.c
index c1fcdddb6be6..368415df5f3a 100644
--- a/drivers/gpu/drm/radeon/rs400.c
+++ b/drivers/gpu/drm/radeon/rs400.c
@@ -497,6 +497,8 @@ int rs400_init(struct radeon_device *rdev)
/* Initialize clocks */
radeon_get_clock_info(rdev->ddev);
+ /* Initialize power management */
+ radeon_pm_init(rdev);
/* Get vram informations */
rs400_vram_info(rdev);
/* Initialize memory controller (also test AGP) */