Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_atomic.h144 int __must_check drm_atomic_async_commit(struct drm_atomic_state *state);
/linux-4.4.14/drivers/gpu/drm/
Ddrm_atomic.c1310 int drm_atomic_async_commit(struct drm_atomic_state *state) in drm_atomic_async_commit() function
1323 EXPORT_SYMBOL(drm_atomic_async_commit);
1613 ret = drm_atomic_async_commit(state); in drm_mode_atomic_ioctl()
Ddrm_atomic_helper.c2054 ret = drm_atomic_async_commit(state); in drm_atomic_helper_page_flip()