Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_atomic.h76 int __must_check drm_atomic_async_commit(struct drm_atomic_state *state);
/linux-4.1.27/drivers/gpu/drm/
Ddrm_atomic.c1061 int drm_atomic_async_commit(struct drm_atomic_state *state) in drm_atomic_async_commit() function
1074 EXPORT_SYMBOL(drm_atomic_async_commit);
1321 ret = drm_atomic_async_commit(state); in drm_mode_atomic_ioctl()
Ddrm_atomic_helper.c1827 ret = drm_atomic_async_commit(state); in drm_atomic_helper_page_flip()