Subversion Repositories Kolibri OS

Rev

Rev 1221 | Rev 1403 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1221 Rev 1268
Line 663... Line 663...
663
		DRM_INFO("GPU not posted. posting now...\n");
663
		DRM_INFO("GPU not posted. posting now...\n");
664
		atom_asic_init(rdev->mode_info.atom_context);
664
		atom_asic_init(rdev->mode_info.atom_context);
665
	}
665
	}
666
	/* Initialize clocks */
666
	/* Initialize clocks */
667
	radeon_get_clock_info(rdev->ddev);
667
	radeon_get_clock_info(rdev->ddev);
-
 
668
	/* Initialize power management */
-
 
669
	radeon_pm_init(rdev);
668
	/* Get vram informations */
670
	/* Get vram informations */
669
	rs690_vram_info(rdev);
671
	rs690_vram_info(rdev);
670
	/* Initialize memory controller (also test AGP) */
672
	/* Initialize memory controller (also test AGP) */
671
	r = r420_mc_init(rdev);
673
	r = r420_mc_init(rdev);
672
	if (r)
674
	if (r)