commit | 8d3f9b22891acbc1fd06df80c62f5ac0e3b3d3a5 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Mon Feb 23 01:02:15 2015 +0200 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Mar 03 16:16:21 2015 +0200 |
tree | fb74d310cb9d2fa52432320916080eebedd6df36 | |
parent | ede7714f2e5ee1c7032d2865f6cc73158ff39f45 [diff] |
drm: rcar-du: 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+renesas@ideasonboard.com>