Lines Matching refs:oldstate
704 struct drm_plane_state *oldstate = drm_atomic_get_old_plane_state(state, in sti_gdp_atomic_update() local
728 if ((oldstate->fb == newstate->fb) && in sti_gdp_atomic_update()
729 (oldstate->crtc_x == newstate->crtc_x) && in sti_gdp_atomic_update()
730 (oldstate->crtc_y == newstate->crtc_y) && in sti_gdp_atomic_update()
731 (oldstate->crtc_w == newstate->crtc_w) && in sti_gdp_atomic_update()
732 (oldstate->crtc_h == newstate->crtc_h) && in sti_gdp_atomic_update()
733 (oldstate->src_x == newstate->src_x) && in sti_gdp_atomic_update()
734 (oldstate->src_y == newstate->src_y) && in sti_gdp_atomic_update()
735 (oldstate->src_w == newstate->src_w) && in sti_gdp_atomic_update()
736 (oldstate->src_h == newstate->src_h)) { in sti_gdp_atomic_update()
872 struct drm_plane_state *oldstate = drm_atomic_get_old_plane_state(state, in sti_gdp_atomic_disable() local
876 if (!oldstate->crtc) { in sti_gdp_atomic_disable()
883 oldstate->crtc->base.id, in sti_gdp_atomic_disable()
884 sti_mixer_to_str(to_sti_mixer(oldstate->crtc)), in sti_gdp_atomic_disable()