summaryrefslogtreecommitdiff
path: root/vsyncworker.h
AgeCommit message (Collapse)Author
2017-04-25drm_hwcomposer: refactor WorkerAdrian Salido
Make use of standard library mutex and conditions which simplifies use of condition variables and benefits from things like scoped locking. Also add tests to make sure it runs as expected. Change-Id: Iaf92e17e1f6757dce490eddee61f84cb1f953b0c
2017-02-28drm_hwcomposer: Don't pass hwc_procs_t to VsyncWorkerSean Paul
Introduce a new class to limit the hwc_procs_t callback structure scope to hwcomposer.cpp Change-Id: I68ec62e7947ca87702b3d6d0169ae850cfbf5d85 Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Robert Foss <robert.foss@collabora.com>
2015-10-27drm_hwcomposer: C++ coding style cleanup, no functional changes.Haixia Shi
Apply "override" keyword and remove redundant "virtual" keyword. Ran clang-format on all files. Change-Id: I76730296aa8f52e555137d4b5973fa27d38f0aa6
2015-06-04drm_hwcomposer: Move event worker into VSyncWorkerSean Paul
Using the new Worker interface, split out the event worker now that it just handles vsyncs. Change-Id: I7ebc6237b10411fdba3b8826935921b8c83c4b6c Signed-off-by: Sean Paul <seanpaul@chromium.org>