Subversion Repositories Kolibri OS

Rev

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

Rev 1117 Rev 1120
Line 942... Line 942...
942
void radeon_atom_initialize_bios_scratch_regs(struct drm_device *dev)
942
void radeon_atom_initialize_bios_scratch_regs(struct drm_device *dev)
943
{
943
{
944
	struct radeon_device *rdev = dev->dev_private;
944
	struct radeon_device *rdev = dev->dev_private;
945
	uint32_t bios_2_scratch, bios_6_scratch;
945
	uint32_t bios_2_scratch, bios_6_scratch;
Line 946... Line 946...
946
 
946
 
Line 947... Line 947...
947
    dbgprintf("%s\n\r",__FUNCTION__);
947
    dbgprintf("%s\n",__FUNCTION__);
948
 
948
 
949
	if (rdev->family >= CHIP_R600) {
949
	if (rdev->family >= CHIP_R600) {
950
		bios_2_scratch = RREG32(R600_BIOS_0_SCRATCH);
950
		bios_2_scratch = RREG32(R600_BIOS_0_SCRATCH);