Subversion Repositories Kolibri OS

Rev

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

Rev 6938 Rev 7146
Line 2627... Line 2627...
2627
radeon_atom_ext_dpms(struct drm_encoder *encoder, int mode)
2627
radeon_atom_ext_dpms(struct drm_encoder *encoder, int mode)
2628
{
2628
{
Line 2629... Line 2629...
2629
 
2629
 
Line 2630... Line -...
2630
}
-
 
2631
 
-
 
2632
static bool radeon_atom_ext_mode_fixup(struct drm_encoder *encoder,
-
 
2633
				       const struct drm_display_mode *mode,
-
 
2634
				       struct drm_display_mode *adjusted_mode)
-
 
2635
{
-
 
2636
	return true;
-
 
2637
}
2630
}
2638
 
2631
 
2639
static const struct drm_encoder_helper_funcs radeon_atom_ext_helper_funcs = {
-
 
2640
	.dpms = radeon_atom_ext_dpms,
2632
static const struct drm_encoder_helper_funcs radeon_atom_ext_helper_funcs = {
2641
	.mode_fixup = radeon_atom_ext_mode_fixup,
2633
	.dpms = radeon_atom_ext_dpms,
2642
	.prepare = radeon_atom_ext_prepare,
2634
	.prepare = radeon_atom_ext_prepare,
2643
	.mode_set = radeon_atom_ext_mode_set,
2635
	.mode_set = radeon_atom_ext_mode_set,
2644
	.commit = radeon_atom_ext_commit,
2636
	.commit = radeon_atom_ext_commit,