Lines Matching full:atomic
42 * DOC: atomic state reset and initialization
44 * Both the drm core and the atomic helpers assume that there is always the full
45 * and correct atomic software state for all connectors, CRTCs and planes
53 * the atomic helpers provide default reset implementations for all hooks.
55 * On the upside the precise state tracking of atomic simplifies system suspend
64 * @crtc_state: atomic CRTC state, must not be NULL
108 * Resets the atomic state for @crtc by freeing the state pointer (which might
124 * __drm_atomic_helper_crtc_duplicate_state - copy atomic CRTC state
126 * @state: atomic CRTC state
128 * Copies atomic state from a CRTC's current state and resets inferred values.
237 * @plane_state: atomic plane state, must not be NULL
280 * Resets the atomic state for @plane by freeing the state pointer (which might
296 * __drm_atomic_helper_plane_duplicate_state - copy atomic plane state
298 * @state: atomic plane state
300 * Copies atomic state from a plane's current state. This is useful for
381 * @conn_state: atomic connector state, must not be NULL
422 * Resets the atomic state for @connector by freeing the state pointer (which
458 * __drm_atomic_helper_connector_duplicate_state - copy atomic connector state
460 * @state: atomic connector state
462 * Copies atomic state from a connector's current state. This is useful for
546 * __drm_atomic_helper_private_duplicate_state - copy atomic private state
550 * Copies atomic state from a private objects's current state and resets inferred values.
561 * __drm_atomic_helper_bridge_duplicate_state() - Copy atomic bridge state
563 * @state: atomic bridge state
565 * Copies atomic state from a bridge's current state and resets inferred values.