Lines Matching refs:state

166  * called. All lanes are in an undefined idle state up to this point, and it
183 * state. The DSI host &post_disable operation should disable the PHY.
188 * post_disable, the exact state of the lanes is undefined at this point. The
257 struct drm_bridge_state *state;
259 state = bridge->funcs->atomic_duplicate_state(bridge);
260 return state ? &state->base : NULL;
267 struct drm_bridge_state *state = drm_priv_to_bridge_state(s);
270 bridge->funcs->atomic_destroy_state(bridge, state);
331 struct drm_bridge_state *state;
333 state = bridge->funcs->atomic_reset(bridge);
334 if (IS_ERR(state)) {
335 ret = PTR_ERR(state);
340 &state->base,
406 * implement the atomic state bookkeeping operations
585 * @old_state: old atomic state
648 * @old_state: old atomic state
739 * @old_state: old atomic state
810 * @old_state: old atomic state
854 bridge_state = drm_atomic_get_new_bridge_state(crtc_state->state,
885 cur_state = drm_atomic_get_new_bridge_state(crtc_state->state,
905 * Driver does not implement the atomic state hooks, but that's
906 * fine, as long as it does not access the bridge state.
918 * should also implement the atomic state hooks.
1007 last_bridge_state = drm_atomic_get_new_bridge_state(crtc_state->state,
1015 * should also implement the atomic state hooks.
1057 struct drm_atomic_state *state)
1063 bridge_state = drm_atomic_get_new_bridge_state(state, bridge);
1065 /* No bridge state attached to this bridge => nothing to propagate. */
1084 next_bridge_state = drm_atomic_get_new_bridge_state(state,
1087 * No bridge state attached to the next bridge, just leave the
1108 * @crtc_state: new CRTC state
1109 * @conn_state: new connector state
1149 crtc_state->state);