Lines Matching defs:state
24 struct drm_atomic_state *state)
26 struct drm_plane_state *new_state = drm_atomic_get_new_plane_state(state,
29 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state,
45 crtc_state = drm_atomic_get_existing_crtc_state(state,
47 /* we should have a crtc state if the plane is attached to a crtc */
79 struct drm_atomic_state *state)
81 struct drm_plane_state *new_state = drm_atomic_get_new_plane_state(state,
87 if (WARN_ON(!new_state->fb || !new_state->crtc->state))
92 new_state->crtc->state->event) == 0) {
93 new_state->crtc->state->event = NULL;