From d57d98583dd4bd7b03dbb79eea294ccb236d59a4 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 17 Mar 2016 18:47:01 +0200 Subject: AtomicReq: add sync commit --- libkms++/atomicreq.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libkms++/atomicreq.cpp') diff --git a/libkms++/atomicreq.cpp b/libkms++/atomicreq.cpp index a865eec..a11d382 100644 --- a/libkms++/atomicreq.cpp +++ b/libkms++/atomicreq.cpp @@ -63,6 +63,13 @@ int AtomicReq::test() return drmModeAtomicCommit(m_card.fd(), m_req, flags, 0); } +int AtomicReq::commit() +{ + uint32_t flags = 0; + + return drmModeAtomicCommit(m_card.fd(), m_req, flags, 0); +} + int AtomicReq::commit(void* data) { uint32_t flags = DRM_MODE_PAGE_FLIP_EVENT | DRM_MODE_ATOMIC_NONBLOCK; -- cgit v1.2.3