Searched refs:new_other_state (Results 1 – 1 of 1) sorted by relevance
9584 struct drm_plane_state *old_other_state, *new_other_state; in should_reset_plane() local9625 for_each_oldnew_plane_in_state(state, other, old_other_state, new_other_state, i) { in should_reset_plane()9632 new_other_state->crtc != new_plane_state->crtc) in should_reset_plane()9635 if (old_other_state->crtc != new_other_state->crtc) in should_reset_plane()9639 if (old_other_state->src_w != new_other_state->src_w || in should_reset_plane()9640 old_other_state->src_h != new_other_state->src_h || in should_reset_plane()9641 old_other_state->crtc_w != new_other_state->crtc_w || in should_reset_plane()9642 old_other_state->crtc_h != new_other_state->crtc_h) in should_reset_plane()9646 if (old_other_state->rotation != new_other_state->rotation) in should_reset_plane()9651 new_other_state->pixel_blend_mode) in should_reset_plane()[all …]