Lines Matching defs:state
224 if (plane->state)
225 plane->state->alpha = DRM_BLEND_ALPHA_OPAQUE;
291 if (plane->state)
292 plane->state->rotation = rotation;
376 if (plane->state) {
377 plane->state->zpos = zpos;
378 plane->state->normalized_zpos = zpos;
415 if (plane->state) {
416 plane->state->zpos = zpos;
417 plane->state->normalized_zpos = zpos;
438 struct drm_atomic_state *state = crtc_state->state;
459 drm_atomic_get_plane_state(state, plane);
489 * @state: atomic state of DRM device
492 * the provided atomic state of DRM device.
505 struct drm_atomic_state *state)
513 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) {
518 new_crtc_state = drm_atomic_get_new_crtc_state(state, crtc);
523 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {