Lines Matching defs:old_plane_state

79 				struct drm_plane_state *old_plane_state,
85 if (old_plane_state->crtc) {
87 old_plane_state->crtc);
992 struct drm_plane_state *new_plane_state, *old_plane_state;
995 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) {
1002 drm_atomic_helper_plane_changed(state, old_plane_state, new_plane_state, plane);
1875 struct drm_plane_state *old_plane_state = NULL;
1885 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i)
1896 old_plane_state->crtc != new_plane_state->crtc) {
1923 if (old_plane_state->commit &&
1924 !try_wait_for_completion(&old_plane_state->commit->hw_done)) {
2281 struct drm_plane_state *old_plane_state, *new_plane_state;
2358 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) {
2363 if (nonblock && old_plane_state->commit &&
2364 !try_wait_for_completion(&old_plane_state->commit->flip_done)) {
2373 commit = crtc_or_fake_commit(state, new_plane_state->crtc ?: old_plane_state->crtc);
2404 struct drm_plane_state *old_plane_state;
2426 for_each_old_plane_in_state(old_state, plane, old_plane_state, i) {
2427 ret = drm_crtc_commit_wait(old_plane_state->commit);
2742 struct drm_plane_state *old_plane_state, *new_plane_state;
2761 for_each_oldnew_plane_in_state(old_state, plane, old_plane_state, new_plane_state, i) {
2770 disabling = drm_atomic_plane_disabling(old_plane_state,
2783 if (disabling && !plane_crtc_active(old_plane_state))
2793 crtc_state = old_plane_state->crtc->state;
2804 if (drm_atomic_plane_enabling(old_plane_state, new_plane_state))
2828 for_each_old_plane_in_state(old_state, plane, old_plane_state, i) {
2832 funcs->end_fb_access(plane, old_plane_state);
2873 struct drm_plane_state *old_plane_state =
2882 if (!old_plane_state || !plane_funcs)
2888 disabling = drm_atomic_plane_disabling(old_plane_state, new_plane_state);
2896 if (drm_atomic_plane_enabling(old_plane_state, new_plane_state))
2969 struct drm_plane_state *old_plane_state;
2972 for_each_old_plane_in_state(old_state, plane, old_plane_state, i) {
2976 funcs->cleanup_fb(plane, old_plane_state);
3026 struct drm_plane_state *old_plane_state, *new_plane_state;
3063 for_each_old_plane_in_state(state, plane, old_plane_state, i) {
3064 commit = old_plane_state->commit;
3105 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) {
3106 WARN_ON(plane->state != old_plane_state);
3108 old_plane_state->state = state;
3111 state->planes[i].state = old_plane_state;