Lines Matching full:atomic
44 * DOC: atomic state reset and initialization
46 * Both the drm core and the atomic helpers assume that there is always the full
47 * and correct atomic software state for all connectors, CRTCs and planes
55 * the atomic helpers provide default reset implementations for all hooks.
57 * On the upside the precise state tracking of atomic simplifies system suspend
66 * @crtc_state: atomic CRTC state, must not be NULL
110 * Resets the atomic state for @crtc by freeing the state pointer (which might
126 * __drm_atomic_helper_crtc_duplicate_state - copy atomic CRTC state
128 * @state: atomic CRTC state
130 * Copies atomic state from a CRTC's current state and resets inferred values.
239 * @plane_state: atomic plane state, must not be NULL
321 * Resets the atomic state for @plane by freeing the state pointer (which might
337 * __drm_atomic_helper_plane_duplicate_state - copy atomic plane state
339 * @state: atomic plane state
341 * Copies atomic state from a plane's current state. This is useful for
423 * @conn_state: atomic connector state, must not be NULL
464 * Resets the atomic state for @connector by freeing the state pointer (which
624 * __drm_atomic_helper_connector_duplicate_state - copy atomic connector state
626 * @state: atomic connector state
628 * Copies atomic state from a connector's current state. This is useful for
712 * __drm_atomic_helper_private_obj_duplicate_state - copy atomic private state
716 * Copies atomic state from a private objects's current state and resets inferred values.
727 * __drm_atomic_helper_bridge_duplicate_state() - Copy atomic bridge state
729 * @state: atomic bridge state
731 * Copies atomic state from a bridge's current state and resets inferred values.