Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_atomic.c107 if (old_state->legacy_cursor_update) in msm_atomic_wait_for_commit_done()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_atomic_helper.c966 if (old_state->legacy_cursor_update) in drm_atomic_helper_wait_for_vblanks()
1496 state->legacy_cursor_update = true; in drm_atomic_helper_update_plane()
1565 plane_state->state->legacy_cursor_update = true; in drm_atomic_helper_disable_plane()
/linux-4.4.14/include/drm/
Ddrm_crtc.h938 bool legacy_cursor_update : 1; member