Subversion Repositories Kolibri OS

Rev

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

Rev 5078 Rev 5271
Line 127... Line 127...
127
	WREG32_SMC(SMC_SYSCON_RESET_CNTL, tmp);
127
	WREG32_SMC(SMC_SYSCON_RESET_CNTL, tmp);
128
}
128
}
Line 129... Line 129...
129
 
129
 
130
int ci_program_jump_on_start(struct radeon_device *rdev)
130
int ci_program_jump_on_start(struct radeon_device *rdev)
131
{
131
{
Line 132... Line 132...
132
	static u8 data[] = { 0xE0, 0x00, 0x80, 0x40 };
132
	static const u8 data[] = { 0xE0, 0x00, 0x80, 0x40 };
133
 
133
 
Line 134... Line 134...
134
	return ci_copy_bytes_to_smc(rdev, 0x0, data, 4, sizeof(data)+1);
134
	return ci_copy_bytes_to_smc(rdev, 0x0, data, 4, sizeof(data)+1);