Subversion Repositories Kolibri OS

Rev

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

Rev 1246 Rev 1268
Line 244... Line 244...
244
		DRM_INFO("GPU not posted. posting now...\n");
244
		DRM_INFO("GPU not posted. posting now...\n");
245
		atom_asic_init(rdev->mode_info.atom_context);
245
		atom_asic_init(rdev->mode_info.atom_context);
246
	}
246
	}
247
	/* Initialize clocks */
247
	/* Initialize clocks */
248
	radeon_get_clock_info(rdev->ddev);
248
	radeon_get_clock_info(rdev->ddev);
-
 
249
	/* Initialize power management */
-
 
250
	radeon_pm_init(rdev);
249
	/* Get vram informations */
251
	/* Get vram informations */
250
	r520_vram_info(rdev);
252
	r520_vram_info(rdev);
251
	/* Initialize memory controller (also test AGP) */
253
	/* Initialize memory controller (also test AGP) */
252
	r = r420_mc_init(rdev);
254
	r = r420_mc_init(rdev);
253
    dbgprintf("mc vram location %x\n", rdev->mc.vram_location);
255
    dbgprintf("mc vram location %x\n", rdev->mc.vram_location);