Lines Matching refs:oldstate
1114 struct drm_plane_state *oldstate = drm_atomic_get_old_plane_state(state, in sti_hqvdp_atomic_update() local
1133 if ((oldstate->fb == newstate->fb) && in sti_hqvdp_atomic_update()
1134 (oldstate->crtc_x == newstate->crtc_x) && in sti_hqvdp_atomic_update()
1135 (oldstate->crtc_y == newstate->crtc_y) && in sti_hqvdp_atomic_update()
1136 (oldstate->crtc_w == newstate->crtc_w) && in sti_hqvdp_atomic_update()
1137 (oldstate->crtc_h == newstate->crtc_h) && in sti_hqvdp_atomic_update()
1138 (oldstate->src_x == newstate->src_x) && in sti_hqvdp_atomic_update()
1139 (oldstate->src_y == newstate->src_y) && in sti_hqvdp_atomic_update()
1140 (oldstate->src_w == newstate->src_w) && in sti_hqvdp_atomic_update()
1141 (oldstate->src_h == newstate->src_h)) { in sti_hqvdp_atomic_update()
1248 struct drm_plane_state *oldstate = drm_atomic_get_old_plane_state(state, in sti_hqvdp_atomic_disable() local
1252 if (!oldstate->crtc) { in sti_hqvdp_atomic_disable()
1259 oldstate->crtc->base.id, in sti_hqvdp_atomic_disable()
1260 sti_mixer_to_str(to_sti_mixer(oldstate->crtc)), in sti_hqvdp_atomic_disable()