]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2507bc31c328387a1eb27e0fd698fe41c0289567
tree30c65ae7c30acc726fb3f87423bae0b647d15e91
parent70d47217620688da981e46b97fba4313530dd1b3
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