Lines Matching refs:oldstate
698 struct drm_plane_state *oldstate) in sti_gdp_atomic_update() argument
721 if ((oldstate->fb == state->fb) && in sti_gdp_atomic_update()
722 (oldstate->crtc_x == state->crtc_x) && in sti_gdp_atomic_update()
723 (oldstate->crtc_y == state->crtc_y) && in sti_gdp_atomic_update()
724 (oldstate->crtc_w == state->crtc_w) && in sti_gdp_atomic_update()
725 (oldstate->crtc_h == state->crtc_h) && in sti_gdp_atomic_update()
726 (oldstate->src_x == state->src_x) && in sti_gdp_atomic_update()
727 (oldstate->src_y == state->src_y) && in sti_gdp_atomic_update()
728 (oldstate->src_w == state->src_w) && in sti_gdp_atomic_update()
729 (oldstate->src_h == state->src_h)) { in sti_gdp_atomic_update()
863 struct drm_plane_state *oldstate) in sti_gdp_atomic_disable() argument
867 if (!oldstate->crtc) { in sti_gdp_atomic_disable()
874 oldstate->crtc->base.id, in sti_gdp_atomic_disable()
875 sti_mixer_to_str(to_sti_mixer(oldstate->crtc)), in sti_gdp_atomic_disable()