Subversion Repositories Kolibri OS

Rev

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

Rev 3031 Rev 4560
Line 75... Line 75...
75
	 */
75
	 */
76
	int (*mode_valid)(struct intel_dvo_device *dvo,
76
	int (*mode_valid)(struct intel_dvo_device *dvo,
77
			  struct drm_display_mode *mode);
77
			  struct drm_display_mode *mode);
Line 78... Line 78...
78
 
78
 
79
	/*
-
 
80
	 * Callback to adjust the mode to be set in the CRTC.
-
 
81
	 *
-
 
82
	 * This allows an output to adjust the clock or even the entire set of
-
 
83
	 * timings, which is used for panels with fixed timings or for
-
 
84
	 * buses with clock limitations.
-
 
85
	 */
-
 
86
	bool (*mode_fixup)(struct intel_dvo_device *dvo,
-
 
87
			   const struct drm_display_mode *mode,
-
 
88
			   struct drm_display_mode *adjusted_mode);
-
 
89
 
-
 
90
	/*
79
	/*
91
	 * Callback for preparing mode changes on an output
80
	 * Callback for preparing mode changes on an output
92
	 */
81
	 */
Line 93... Line 82...
93
	void (*prepare)(struct intel_dvo_device *dvo);
82
	void (*prepare)(struct intel_dvo_device *dvo);