diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2009-12-15 15:46:58 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-16 00:56:15 -0500 |
commit | 6234077d6bad4db25d516743b6723c1b26505341 (patch) | |
tree | fc7c311656d98ae1917fd58bc08f3c7d64c02cde /drivers/gpu/drm/radeon/r300.c | |
parent | dafc3bd515d6079406986f7748b48adb3c7170f2 (diff) |
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/r300.c')
-rw-r--r-- | drivers/gpu/drm/radeon/r300.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/r300.c b/drivers/gpu/drm/radeon/r300.c index 83378c39d0e3..e47af526fc04 100644 --- a/drivers/gpu/drm/radeon/r300.c +++ b/drivers/gpu/drm/radeon/r300.c | |||
@@ -1324,6 +1324,8 @@ int r300_init(struct radeon_device *rdev) | |||
1324 | r300_errata(rdev); | 1324 | r300_errata(rdev); |
1325 | /* Initialize clocks */ | 1325 | /* Initialize clocks */ |
1326 | radeon_get_clock_info(rdev->ddev); | 1326 | radeon_get_clock_info(rdev->ddev); |
1327 | /* Initialize power management */ | ||
1328 | radeon_pm_init(rdev); | ||
1327 | /* Get vram informations */ | 1329 | /* Get vram informations */ |
1328 | r300_vram_info(rdev); | 1330 | r300_vram_info(rdev); |
1329 | /* Initialize memory controller (also test AGP) */ | 1331 | /* Initialize memory controller (also test AGP) */ |