Subversion Repositories Kolibri OS

Rev

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

Rev 1182 Rev 1221
Line 734... Line 734...
734
	.mode_fixup = atombios_crtc_mode_fixup,
734
	.mode_fixup = atombios_crtc_mode_fixup,
735
	.mode_set = atombios_crtc_mode_set,
735
	.mode_set = atombios_crtc_mode_set,
736
	.mode_set_base = atombios_crtc_set_base,
736
	.mode_set_base = atombios_crtc_set_base,
737
	.prepare = atombios_crtc_prepare,
737
	.prepare = atombios_crtc_prepare,
738
	.commit = atombios_crtc_commit,
738
	.commit = atombios_crtc_commit,
-
 
739
	.load_lut = radeon_crtc_load_lut,
739
};
740
};
Line 740... Line 741...
740
 
741
 
741
void radeon_atombios_init_crtc(struct drm_device *dev,
742
void radeon_atombios_init_crtc(struct drm_device *dev,
742
			       struct radeon_crtc *radeon_crtc)
743
			       struct radeon_crtc *radeon_crtc)