Subversion Repositories Kolibri OS

Rev

Rev 5078 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5078 Rev 5271
Line 133... Line 133...
133
	WREG32_SMC(SMC_SYSCON_RESET_CNTL, tmp);
133
	WREG32_SMC(SMC_SYSCON_RESET_CNTL, tmp);
134
}
134
}
Line 135... Line 135...
135
 
135
 
136
int si_program_jump_on_start(struct radeon_device *rdev)
136
int si_program_jump_on_start(struct radeon_device *rdev)
137
{
137
{
Line 138... Line 138...
138
	static u8 data[] = { 0x0E, 0x00, 0x40, 0x40 };
138
	static const u8 data[] = { 0x0E, 0x00, 0x40, 0x40 };
139
 
139
 
Line 140... Line 140...
140
	return si_copy_bytes_to_smc(rdev, 0x0, data, 4, sizeof(data)+1);
140
	return si_copy_bytes_to_smc(rdev, 0x0, data, 4, sizeof(data)+1);