Lines Matching +full:needs +full:- +full:reset +full:- +full:on +full:- +full:resume

3  * Copyright © 2007-2008 Dave Airlie
4 * Copyright © 2007-2008 Intel Corporation
61 * Note on terminology: here, for brevity and convenience, we refer to connector
104 MODE_UNVERIFIED = -3, /* mode needs to reverified */
105 MODE_BAD = -2, /* unspecified reason */
106 MODE_ERROR = -1 /* error condition */
232 * on this function.
246 * cleanup (like releasing the reference(s) on the backing GEM bo(s))
300 * drm_crtc_funcs - control CRTCs for a given device
303 * @reset: reset CRTC after state has been invalidate (e.g. resume)
325 void (*restore)(struct drm_crtc *crtc); /* resume? */
326 /* Reset CRTC state */
327 void (*reset)(struct drm_crtc *crtc); member
334 /* Set gamma on the CRTC */
360 * drm_crtc - central CRTC control structure
370 * @x: x position on screen
371 * @y: y position on screen
378 * @helper_private: mid-layer private data
423 * drm_connector_funcs - control connectors on a given device
427 * @reset: reset connector after state has been invalidate (e.g. resume)
432 * @force: notify the driver the connector is forced on
442 void (*reset)(struct drm_connector *connector); member
460 * drm_encoder_funcs - encoder controls
461 * @reset: reset state (e.g. at init or resume time)
467 void (*reset)(struct drm_encoder *encoder); member
476 * drm_encoder - central DRM encoder structure
485 * @helper_private: mid-layer private data
507 DRM_FORCE_ON, /* force on analog part normally */
508 DRM_FORCE_ON_DIGITAL, /* for DVI-I use digital connector */
523 * drm_connector - central DRM connector control structure
533 * @modes: modes available on this connector (from fill_modes() + user)
543 * @helper_private: mid-layer private data
547 * @eld: EDID-like data, if present
574 struct list_head modes; /* list of modes on this connector */
595 /* forced on connector */
612 * drm_plane_funcs - driver plane control functions
633 * drm_plane - central DRM plane control structure
675 * drm_mode_set - new values for a CRTC config change
703 * struct drm_mode_config_funcs - basic driver provided mode setting functions
707 * Some global (i.e. not per-CRTC, connector, etc) mode setting functions that
719 * drm_mode_group - group of mode setting resources for potential sub-grouping
728 * running simultaneously on different heads, each with their own mode
741 * drm_mode_config - Mode configuration control structure
747 * @num_connector: number of connectors on this device
749 * @num_encoder: number of encoders on this device
751 * @num_crtc: number of CRTCs on this device
753 * @min_width: minimum pixel width on this device
754 * @min_height: minimum pixel height on this device
755 * @max_width: maximum pixel width on this device
756 * @max_height: maximum pixel height on this device
769 …struct drm_gem_names crtc_names; /* use this idr for all IDs, fb, crtc, connector, modes - just ma…
800 /* DVI-I properties */