Subversion Repositories Kolibri OS

Rev

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

Rev 4560 Rev 6084
Line 92... Line 92...
92
	 * This is only called while the output is disabled.  The dpms callback
92
	 * This is only called while the output is disabled.  The dpms callback
93
	 * must be all that's necessary for the output, to turn the output on
93
	 * must be all that's necessary for the output, to turn the output on
94
	 * after this function is called.
94
	 * after this function is called.
95
	 */
95
	 */
96
	void (*mode_set)(struct intel_dvo_device *dvo,
96
	void (*mode_set)(struct intel_dvo_device *dvo,
97
			 struct drm_display_mode *mode,
97
			 const struct drm_display_mode *mode,
98
			 struct drm_display_mode *adjusted_mode);
98
			 const struct drm_display_mode *adjusted_mode);
Line 99... Line 99...
99
 
99
 
100
	/*
100
	/*
101
	 * Probe for a connected output, and return detect_status.
101
	 * Probe for a connected output, and return detect_status.
102
	 */
102
	 */