aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/r300.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/radeon/r300.c')
-rw-r--r--drivers/gpu/drm/radeon/r300.c2
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) */