]> 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)
commit6059f3a6c31a9f151f36fadc16e801a9ecf49319
tree30c65ae7c30acc726fb3f87423bae0b647d15e91
parent0ade157e884ce6b90d8f7ebb54ed12b77ea0f44a
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