Home
last modified time | relevance | path

Searched refs:drm_atomic_get_existing_plane_state (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/drm/
Ddrm_atomic.h86 drm_atomic_get_existing_plane_state(struct drm_atomic_state *state, in drm_atomic_get_existing_plane_state() function
/linux-4.4.14/drivers/gpu/drm/
Ddrm_atomic_helper.c723 if (drm_atomic_get_existing_plane_state(old_state, primary) && in drm_atomic_helper_update_legacy_modeset_state()
1321 drm_atomic_get_existing_plane_state(old_state, plane); in drm_atomic_helper_commit_planes_on_crtc()
Ddrm_atomic.c530 plane_state = drm_atomic_get_existing_plane_state(state, plane); in drm_atomic_get_plane_state()