Subversion Repositories Kolibri OS

Rev

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

Rev 1221 Rev 1268
Line 389... Line 389...
389
		DRM_INFO("GPU not posted. posting now...\n");
389
		DRM_INFO("GPU not posted. posting now...\n");
390
		atom_asic_init(rdev->mode_info.atom_context);
390
		atom_asic_init(rdev->mode_info.atom_context);
391
	}
391
	}
392
	/* Initialize clocks */
392
	/* Initialize clocks */
393
	radeon_get_clock_info(rdev->ddev);
393
	radeon_get_clock_info(rdev->ddev);
-
 
394
	/* Initialize power management */
-
 
395
	radeon_pm_init(rdev);
394
	/* Get vram informations */
396
	/* Get vram informations */
395
	rs600_vram_info(rdev);
397
	rs600_vram_info(rdev);
396
	/* Initialize memory controller (also test AGP) */
398
	/* Initialize memory controller (also test AGP) */
397
	r = r420_mc_init(rdev);
399
	r = r420_mc_init(rdev);
398
	if (r)
400
	if (r)