Lines Matching defs:state
55 struct drm_atomic_state *state)
57 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state,
64 crtc_state = drm_atomic_get_crtc_state(state, new_plane_state->crtc);
76 struct drm_atomic_state *state)
78 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state,
90 plane->state->alpha >> 8);
94 struct drm_atomic_state *state)
96 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state, plane);
97 struct drm_plane_state *new_state = drm_atomic_get_new_plane_state(state, plane);
108 * disabled state to any format), reconfigure the format. Disable the
122 plane->state->alpha >> 8);
191 struct drm_atomic_state *state)
194 struct drm_display_mode *adjusted_mode = &crtc->state->adjusted_mode;
217 struct drm_atomic_state *state)
223 * Disable the plane if active. The old plane state can be NULL in the
227 old_plane_state = drm_atomic_get_old_plane_state(state, crtc->primary);
229 zynqmp_dpsub_plane_atomic_disable(crtc->primary, state);
236 if (crtc->state->event) {
237 drm_crtc_send_vblank_event(crtc, crtc->state->event);
238 crtc->state->event = NULL;
247 struct drm_atomic_state *state)
249 return drm_atomic_add_affected_planes(state, crtc);
253 struct drm_atomic_state *state)
259 struct drm_atomic_state *state)
261 if (crtc->state->event) {
265 event = crtc->state->event;
266 crtc->state->event = NULL;