Subversion Repositories Kolibri OS

Rev

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

Rev 3031 Rev 3480
Line 343... Line 343...
343
}
343
}
Line 344... Line 344...
344
 
344
 
345
static const struct drm_encoder_helper_funcs intel_dvo_helper_funcs = {
345
static const struct drm_encoder_helper_funcs intel_dvo_helper_funcs = {
346
	.mode_fixup = intel_dvo_mode_fixup,
346
	.mode_fixup = intel_dvo_mode_fixup,
347
	.mode_set = intel_dvo_mode_set,
-
 
348
	.disable = intel_encoder_noop,
347
	.mode_set = intel_dvo_mode_set,
Line 349... Line 348...
349
};
348
};
350
 
349
 
351
static const struct drm_connector_funcs intel_dvo_connector_funcs = {
350
static const struct drm_connector_funcs intel_dvo_connector_funcs = {