Lines Matching defs:state
231 if (plane->state)
232 plane->state->alpha = DRM_BLEND_ALPHA_OPAQUE;
298 if (plane->state)
299 plane->state->rotation = rotation;
383 if (plane->state) {
384 plane->state->zpos = zpos;
385 plane->state->normalized_zpos = zpos;
422 if (plane->state) {
423 plane->state->zpos = zpos;
424 plane->state->normalized_zpos = zpos;
445 struct drm_atomic_state *state = crtc_state->state;
466 drm_atomic_get_plane_state(state, plane);
495 * @state: atomic state of DRM device
498 * the provided atomic state of DRM device.
511 struct drm_atomic_state *state)
519 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) {
524 new_crtc_state = drm_atomic_get_new_crtc_state(state, crtc);
529 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {