Searched refs:old_other_state (Results 1 – 1 of 1) sorted by relevance
11767 struct drm_plane_state *old_other_state, *new_other_state; in should_reset_plane() local11848 for_each_oldnew_plane_in_state(state, other, old_other_state, new_other_state, i) { in should_reset_plane()11853 dm_old_other_state = to_dm_plane_state(old_other_state); in should_reset_plane()11858 if (old_other_state->crtc != new_plane_state->crtc && in should_reset_plane()11862 if (old_other_state->crtc != new_other_state->crtc) in should_reset_plane()11866 if (old_other_state->src_w != new_other_state->src_w || in should_reset_plane()11867 old_other_state->src_h != new_other_state->src_h || in should_reset_plane()11868 old_other_state->crtc_w != new_other_state->crtc_w || in should_reset_plane()11869 old_other_state->crtc_h != new_other_state->crtc_h) in should_reset_plane()11873 if (old_other_state->rotation != new_other_state->rotation) in should_reset_plane()[all …]