Lines Matching refs:oldstate
706 struct drm_plane_state *oldstate = drm_atomic_get_old_plane_state(state, in sti_gdp_atomic_update() local
730 if ((oldstate->fb == newstate->fb) && in sti_gdp_atomic_update()
731 (oldstate->crtc_x == newstate->crtc_x) && in sti_gdp_atomic_update()
732 (oldstate->crtc_y == newstate->crtc_y) && in sti_gdp_atomic_update()
733 (oldstate->crtc_w == newstate->crtc_w) && in sti_gdp_atomic_update()
734 (oldstate->crtc_h == newstate->crtc_h) && in sti_gdp_atomic_update()
735 (oldstate->src_x == newstate->src_x) && in sti_gdp_atomic_update()
736 (oldstate->src_y == newstate->src_y) && in sti_gdp_atomic_update()
737 (oldstate->src_w == newstate->src_w) && in sti_gdp_atomic_update()
738 (oldstate->src_h == newstate->src_h)) { in sti_gdp_atomic_update()
874 struct drm_plane_state *oldstate = drm_atomic_get_old_plane_state(state, in sti_gdp_atomic_disable() local
878 if (!oldstate->crtc) { in sti_gdp_atomic_disable()
885 oldstate->crtc->base.id, in sti_gdp_atomic_disable()
886 sti_mixer_to_str(to_sti_mixer(oldstate->crtc)), in sti_gdp_atomic_disable()