]> git.baikalelectronics.ru Git - kernel.git/commit
drm: rcar-du: Use the drm atomic state duplication helpers for planes
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 27 May 2015 13:36:29 +0000 (16:36 +0300)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 16 Jun 2015 11:25:55 +0000 (14:25 +0300)
commit21e554b52272cd6afca32a780200c69f456a81f1
tree989d3656c5f94ae8575973a80bdfa390000ace52
parentbcab0ba5763e7736a669fa688fa321f65edc9f4b
drm: rcar-du: Use the drm atomic state duplication helpers for planes

Ensure that the duplicate and destroy plane state operations will always
be in sync with the DRM core implementation of the plane state by using
the __drm_atomic_helper_plane_duplicate_state() and
__drm_atomic_helper_plane_destroy_state() functions designed especially
for this purpose.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/rcar-du/rcar_du_plane.c