Lines Matching refs:oldstate
1119 struct drm_plane_state *oldstate = drm_atomic_get_old_plane_state(state, in sti_hqvdp_atomic_update() local
1138 if ((oldstate->fb == newstate->fb) && in sti_hqvdp_atomic_update()
1139 (oldstate->crtc_x == newstate->crtc_x) && in sti_hqvdp_atomic_update()
1140 (oldstate->crtc_y == newstate->crtc_y) && in sti_hqvdp_atomic_update()
1141 (oldstate->crtc_w == newstate->crtc_w) && in sti_hqvdp_atomic_update()
1142 (oldstate->crtc_h == newstate->crtc_h) && in sti_hqvdp_atomic_update()
1143 (oldstate->src_x == newstate->src_x) && in sti_hqvdp_atomic_update()
1144 (oldstate->src_y == newstate->src_y) && in sti_hqvdp_atomic_update()
1145 (oldstate->src_w == newstate->src_w) && in sti_hqvdp_atomic_update()
1146 (oldstate->src_h == newstate->src_h)) { in sti_hqvdp_atomic_update()
1253 struct drm_plane_state *oldstate = drm_atomic_get_old_plane_state(state, in sti_hqvdp_atomic_disable() local
1257 if (!oldstate->crtc) { in sti_hqvdp_atomic_disable()
1264 oldstate->crtc->base.id, in sti_hqvdp_atomic_disable()
1265 sti_mixer_to_str(to_sti_mixer(oldstate->crtc)), in sti_hqvdp_atomic_disable()