Lines Matching refs:mode
31 * The DRM mode setting helper functions are common code for drivers to use if
51 * @mode_fixup: try to fixup proposed mode for this connector
52 * @mode_set: set this mode
58 * Control power levels on the CRTC. If the mode passed in is
61 void (*dpms)(struct drm_crtc *crtc, int mode);
65 /* Provider can fixup or change mode timings before modeset occurs */
67 const struct drm_display_mode *mode,
69 /* Actually set the mode */
70 int (*mode_set)(struct drm_crtc *crtc, struct drm_display_mode *mode,
90 * @mode_fixup: try to fixup proposed mode for this connector
91 * @mode_set: set this mode
96 void (*dpms)(struct drm_encoder *encoder, int mode);
101 const struct drm_display_mode *mode,
106 struct drm_display_mode *mode,
118 * @get_modes: get mode list for this connector
119 * @mode_valid: is this mode valid on the given connector?
126 struct drm_display_mode *mode);
134 struct drm_display_mode *mode,
140 extern void drm_helper_connector_dpms(struct drm_connector *connector, int mode);