Searched refs:old_plane_state (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 74 static void drm_atomic_helper_plane_changed(struct drm_atomic_state *state, struct drm_plane_state *old_plane_state, in drm_atomic_helper_plane_changed() argument 79 if (old_plane_state->crtc) { in drm_atomic_helper_plane_changed() 80 crtc_state = drm_atomic_get_new_crtc_state(state, old_plane_state->crtc); in drm_atomic_helper_plane_changed() 862 struct drm_plane_state *new_plane_state, *old_plane_state; in drm_atomic_helper_check_planes() local 865 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) in drm_atomic_helper_check_planes() 873 drm_atomic_helper_plane_changed(state, old_plane_state, new_plane_state, plane); in drm_atomic_helper_check_planes() 1640 struct drm_plane_state *old_plane_state = NULL; in drm_atomic_helper_async_check() local 1652 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) n_planes++; in drm_atomic_helper_async_check() 1659 if (!new_plane_state->crtc || old_plane_state->crtc != new_plane_state->crtc) { in drm_atomic_helper_async_check() 1677 if (old_plane_state in drm_atomic_helper_async_check() 1977 struct drm_plane_state *old_plane_state, *new_plane_state; drm_atomic_helper_setup_commit() local 2085 struct drm_plane_state *old_plane_state; drm_atomic_helper_wait_for_dependencies() local 2411 struct drm_plane_state *old_plane_state, *new_plane_state; drm_atomic_helper_commit_planes() local 2535 struct drm_plane_state *old_plane_state = drm_atomic_get_old_plane_state(old_state, plane); drm_atomic_helper_commit_planes_on_crtc() local 2621 struct drm_plane_state *old_plane_state, *new_plane_state; drm_atomic_helper_cleanup_planes() local 2790 struct drm_plane_state *old_plane_state, *new_plane_state; drm_atomic_helper_swap_state() local [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.c | 3690 struct drm_plane_state *old_plane_state; in vop_crtc_atomic_flush() local 3764 for_each_old_plane_in_state(old_state, plane, old_plane_state, i) in vop_crtc_atomic_flush() 3766 if (!old_plane_state->fb) { in vop_crtc_atomic_flush() 3770 if (old_plane_state->fb == plane->state->fb) { in vop_crtc_atomic_flush() 3774 drm_framebuffer_get(old_plane_state->fb); in vop_crtc_atomic_flush() 3776 drm_flip_work_queue(&vop->fb_unref_work, old_plane_state->fb); in vop_crtc_atomic_flush()
|
Completed in 11 milliseconds