commit | d5746642f480c134e8e76a3104b987c08f790283 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Mon Feb 23 01:04:21 2015 +0200 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Mar 03 16:16:22 2015 +0200 |
tree | 30c65ae7c30acc726fb3f87423bae0b647d15e91 | |
parent | 8d3f9b22891acbc1fd06df80c62f5ac0e3b3d3a5 [diff] |
drm: rcar-du: Switch page flip to atomic helpers The atomic page flip helper implements the page flip operation using asynchronous commits. As the legacy page flip was the last CRTC operation that needed direct access to plane setup, the plane setup functions can now become private to the plane implementation. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>