Lines Matching refs:oldstate
1110 struct drm_plane_state *oldstate) in sti_hqvdp_atomic_update() argument
1128 if ((oldstate->fb == state->fb) && in sti_hqvdp_atomic_update()
1129 (oldstate->crtc_x == state->crtc_x) && in sti_hqvdp_atomic_update()
1130 (oldstate->crtc_y == state->crtc_y) && in sti_hqvdp_atomic_update()
1131 (oldstate->crtc_w == state->crtc_w) && in sti_hqvdp_atomic_update()
1132 (oldstate->crtc_h == state->crtc_h) && in sti_hqvdp_atomic_update()
1133 (oldstate->src_x == state->src_x) && in sti_hqvdp_atomic_update()
1134 (oldstate->src_y == state->src_y) && in sti_hqvdp_atomic_update()
1135 (oldstate->src_w == state->src_w) && in sti_hqvdp_atomic_update()
1136 (oldstate->src_h == state->src_h)) { in sti_hqvdp_atomic_update()
1241 struct drm_plane_state *oldstate) in sti_hqvdp_atomic_disable() argument
1245 if (!oldstate->crtc) { in sti_hqvdp_atomic_disable()
1252 oldstate->crtc->base.id, in sti_hqvdp_atomic_disable()
1253 sti_mixer_to_str(to_sti_mixer(oldstate->crtc)), in sti_hqvdp_atomic_disable()