Lines Matching defs:state
72 /* Get the global state of the current atomic transaction */
73 struct omap_global_state *state = omap_get_global_state(s);
74 struct drm_plane **overlay_map = state->hwoverlay_to_plane;
115 /* Get the global state of the current atomic transaction */
116 struct omap_global_state *state = omap_get_global_state(s);
117 struct drm_plane **overlay_map = state->hwoverlay_to_plane;
131 * Update an overlay state that was attached to a plane before the current atomic state.
134 * atomic state.
139 struct omap_global_state *state = omap_get_existing_global_state(priv);
140 struct drm_plane **overlay_map = state->hwoverlay_to_plane;