Lines Matching refs:new_plane_state
12404 struct intel_plane_state *new_plane_state = in intel_update_crtc() local
12419 if (new_plane_state) in intel_update_crtc()
12420 intel_fbc_enable(intel_crtc, pipe_config, new_plane_state); in intel_update_crtc()
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()
12790 intel_fb_obj(new_plane_state->fb), in intel_atomic_track_fbs()
13483 struct drm_plane_state *old_plane_state, *new_plane_state; in intel_legacy_cursor_update() local
13519 new_plane_state = intel_plane_duplicate_state(plane); in intel_legacy_cursor_update()
13520 if (!new_plane_state) in intel_legacy_cursor_update()
13523 drm_atomic_set_fb_for_plane(new_plane_state, fb); in intel_legacy_cursor_update()
13525 new_plane_state->src_x = src_x; in intel_legacy_cursor_update()
13526 new_plane_state->src_y = src_y; in intel_legacy_cursor_update()
13527 new_plane_state->src_w = src_w; in intel_legacy_cursor_update()
13528 new_plane_state->src_h = src_h; in intel_legacy_cursor_update()
13529 new_plane_state->crtc_x = crtc_x; in intel_legacy_cursor_update()
13530 new_plane_state->crtc_y = crtc_y; in intel_legacy_cursor_update()
13531 new_plane_state->crtc_w = crtc_w; in intel_legacy_cursor_update()
13532 new_plane_state->crtc_h = crtc_h; in intel_legacy_cursor_update()
13537 to_intel_plane_state(new_plane_state)); in intel_legacy_cursor_update()
13545 ret = intel_plane_pin_fb(to_intel_plane_state(new_plane_state)); in intel_legacy_cursor_update()
13556 plane->state = new_plane_state; in intel_legacy_cursor_update()
13574 intel_plane_destroy_state(plane, new_plane_state); in intel_legacy_cursor_update()