summaryrefslogtreecommitdiff
path: root/libkms++/atomicreq.cpp
AgeCommit message (Collapse)Author
2016-04-12atomicreq: add commit_sync()Tomi Valkeinen
2016-03-17AtomicReq: add sync commitTomi Valkeinen
2016-01-22Add definition to DRM_CLIENT_CAP_ATOMIC undef caseAlejandro Hernandez
This patch adds a missing DRM_MODE_ATOMIC_NONBLOCK definiton for cases were the kernel supports atomic modesetting but the libdrm version used does not. Without this patch a "'DRM_MODE_ATOMIC_NONBLOCK' was not declared in this scope" error is seen when trying compile the library Signed-off-by: Alejandro Hernandez <ajhernandez@ti.com>
2015-11-11AtomicReq: use nonblocking commitTomi Valkeinen
2015-10-30add missing <stdexcept> includesTomi Valkeinen
2015-10-03atomicreq: add a shortcutTomi Valkeinen
2015-09-28db: use atomic pageflipTomi Valkeinen
2015-09-28Initial versionTomi Valkeinen