• Home
  • Raw
  • Download

Lines Matching refs:new_plane_state

12580 	struct drm_plane_state *old_plane_state, *new_plane_state;  in intel_atomic_track_fbs()  local
12584 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) in intel_atomic_track_fbs()
12586 intel_fb_obj(new_plane_state->fb), in intel_atomic_track_fbs()
13077 struct drm_plane_state *old_plane_state, *new_plane_state; in intel_legacy_cursor_update() local
13106 new_plane_state = intel_plane_duplicate_state(plane); in intel_legacy_cursor_update()
13107 if (!new_plane_state) in intel_legacy_cursor_update()
13110 drm_atomic_set_fb_for_plane(new_plane_state, fb); in intel_legacy_cursor_update()
13112 new_plane_state->src_x = src_x; in intel_legacy_cursor_update()
13113 new_plane_state->src_y = src_y; in intel_legacy_cursor_update()
13114 new_plane_state->src_w = src_w; in intel_legacy_cursor_update()
13115 new_plane_state->src_h = src_h; in intel_legacy_cursor_update()
13116 new_plane_state->crtc_x = crtc_x; in intel_legacy_cursor_update()
13117 new_plane_state->crtc_y = crtc_y; in intel_legacy_cursor_update()
13118 new_plane_state->crtc_w = crtc_w; in intel_legacy_cursor_update()
13119 new_plane_state->crtc_h = crtc_h; in intel_legacy_cursor_update()
13122 to_intel_plane_state(new_plane_state)); in intel_legacy_cursor_update()
13139 vma = intel_pin_and_fence_fb_obj(fb, new_plane_state->rotation); in intel_legacy_cursor_update()
13147 to_intel_plane_state(new_plane_state)->vma = vma; in intel_legacy_cursor_update()
13157 new_plane_state->fence = old_plane_state->fence; in intel_legacy_cursor_update()
13158 *to_intel_plane_state(old_plane_state) = *to_intel_plane_state(new_plane_state); in intel_legacy_cursor_update()
13159 new_plane_state->fence = NULL; in intel_legacy_cursor_update()
13160 new_plane_state->fb = old_fb; in intel_legacy_cursor_update()
13161 to_intel_plane_state(new_plane_state)->vma = NULL; in intel_legacy_cursor_update()
13179 intel_plane_destroy_state(plane, new_plane_state); in intel_legacy_cursor_update()