Lines Matching refs:old_plane_state

10513 				    const struct intel_plane_state *old_plane_state,  in intel_plane_atomic_calc_changes()  argument
10537 was_visible = old_plane_state->base.visible; in intel_plane_atomic_calc_changes()
10561 if (fb != old_plane_state->base.fb) in intel_plane_atomic_calc_changes()
10610 !needs_scaling(old_plane_state)) in intel_plane_atomic_calc_changes()
12784 struct drm_plane_state *old_plane_state, *new_plane_state; in intel_atomic_track_fbs() local
12788 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) in intel_atomic_track_fbs()
12789 i915_gem_track_fb(intel_fb_obj(old_plane_state->fb), in intel_atomic_track_fbs()
12990 static void intel_plane_unpin_fb(struct intel_plane_state *old_plane_state) in intel_plane_unpin_fb() argument
12994 vma = fetch_and_zero(&old_plane_state->vma); in intel_plane_unpin_fb()
12996 intel_unpin_fb_vma(vma, old_plane_state->flags); in intel_plane_unpin_fb()
13483 struct drm_plane_state *old_plane_state, *new_plane_state; in intel_legacy_cursor_update() local
13496 old_plane_state = plane->state; in intel_legacy_cursor_update()
13502 if (old_plane_state->commit && in intel_legacy_cursor_update()
13503 !try_wait_for_completion(&old_plane_state->commit->hw_done)) in intel_legacy_cursor_update()
13511 if (old_plane_state->crtc != crtc || in intel_legacy_cursor_update()
13512 old_plane_state->src_w != src_w || in intel_legacy_cursor_update()
13513 old_plane_state->src_h != src_h || in intel_legacy_cursor_update()
13514 old_plane_state->crtc_w != crtc_w || in intel_legacy_cursor_update()
13515 old_plane_state->crtc_h != crtc_h || in intel_legacy_cursor_update()
13516 !old_plane_state->fb != !fb) in intel_legacy_cursor_update()
13551 old_fb = old_plane_state->fb; in intel_legacy_cursor_update()
13568 intel_plane_unpin_fb(to_intel_plane_state(old_plane_state)); in intel_legacy_cursor_update()
13576 intel_plane_destroy_state(plane, old_plane_state); in intel_legacy_cursor_update()