commit | 748471a5e4afc91e2867caad3da613320fd88bbe | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu Mar 05 23:42:39 2015 +0200 |
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Fri Jun 12 22:52:48 2015 +0300 |
tree | bbd888a41ead24d4bffbcf03598b2c376a9d9c4e | |
parent | d97db134880986b7ebb6fc85995e8d6bc3ce477f [diff] |
drm: omapdrm: Implement asynchronous commit support Implement a custom .atomic_commit() handler that supports asynchronous commits using a work queue. This can be used for userspace-driven asynchronous commits, as well as for an atomic page flip implementation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>