Lines Matching refs:old_state

73 	struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state,
91 old_state->visible, new_state->visible);
97 if (!old_state->visible && new_state->visible)
102 if (armada_src_hw(old_state) != val)
105 if (armada_dst_yx(old_state) != val)
108 if (armada_dst_hw(old_state) != val)
111 if (old_state->src.x1 != new_state->src.x1 ||
112 old_state->src.y1 != new_state->src.y1 ||
113 old_state->fb != new_state->fb ||
160 } else if (old_state->visible != new_state->visible) {
166 if (drm_rect_width(&old_state->src) != drm_rect_width(&new_state->src) ||
167 drm_rect_width(&old_state->dst) != drm_rect_width(&new_state->dst)) {
179 if ((!old_state->visible && new_state->visible) ||
180 armada_spu_contrast(old_state) != val)
183 if ((!old_state->visible && new_state->visible) ||
184 armada_spu_saturation(old_state) != val)
186 if (!old_state->visible && new_state->visible)
189 if ((!old_state->visible && new_state->visible) ||
190 armada_csc(old_state) != val)
194 if ((!old_state->visible && new_state->visible) ||
195 drm_to_overlay_state(old_state)->colorkey_yr != val)
198 if ((!old_state->visible && new_state->visible) ||
199 drm_to_overlay_state(old_state)->colorkey_ug != val)
202 if ((!old_state->visible && new_state->visible) ||
203 drm_to_overlay_state(old_state)->colorkey_vb != val)
206 if ((!old_state->visible && new_state->visible) ||
207 drm_to_overlay_state(old_state)->colorkey_mode != val)
212 if (((!old_state->visible && new_state->visible) ||
213 drm_to_overlay_state(old_state)->colorkey_enable != val) &&
224 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state,
232 if (!old_state->crtc)
237 old_state->crtc->base.id, old_state->crtc->name,
238 old_state->fb->base.id);
240 dcrtc = drm_to_armada_crtc(old_state->crtc);