drm: rcar-du: Switch page flip to atomic helpers
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 22 Feb 2015 23:04:21 +0000 (01:04 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 3 Mar 2015 14:16:22 +0000 (16:16 +0200)
commitd5746642f480c134e8e76a3104b987c08f790283
tree30c65ae7c30acc726fb3f87423bae0b647d15e91
parent8d3f9b22891acbc1fd06df80c62f5ac0e3b3d3a5
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>
drivers/gpu/drm/rcar-du/rcar_du_crtc.c
drivers/gpu/drm/rcar-du/rcar_du_plane.c
drivers/gpu/drm/rcar-du/rcar_du_plane.h
This page took 0.026476 seconds and 5 git commands to generate.