Home
last modified time | relevance | path

Searched refs:new_plane_state (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_atomic_helper.c862 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()
875 drm_atomic_helper_check_plane_damage(state, new_plane_state); in drm_atomic_helper_check_planes()
881 ret = funcs->atomic_check(plane, new_plane_state); in drm_atomic_helper_check_planes()
1107 struct drm_plane_state *new_plane_state; in drm_atomic_helper_update_legacy_modeset_state() local
1112 new_plane_state = drm_atomic_get_new_plane_state(old_state, primary); in drm_atomic_helper_update_legacy_modeset_state()
1113 if (new_plane_state && new_plane_state->crtc == crtc) { in drm_atomic_helper_update_legacy_modeset_state()
1114 crtc->x = new_plane_state in drm_atomic_helper_update_legacy_modeset_state()
1368 struct drm_plane_state *new_plane_state; drm_atomic_helper_wait_for_fences() local
1641 struct drm_plane_state *new_plane_state = NULL; drm_atomic_helper_async_check() local
1977 struct drm_plane_state *old_plane_state, *new_plane_state; drm_atomic_helper_setup_commit() local
2309 struct drm_plane_state *new_plane_state; drm_atomic_helper_prepare_planes() local
2411 struct drm_plane_state *old_plane_state, *new_plane_state; drm_atomic_helper_commit_planes() local
2536 struct drm_plane_state *new_plane_state = drm_atomic_get_new_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
3345 struct drm_plane_state *new_plane_state; drm_atomic_helper_commit_duplicated_state() local
[all...]

Completed in 6 milliseconds