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)
commit263b39fe33d69da74ae61e594c94eddf75203f7d
tree989d3656c5f94ae8575973a80bdfa390000ace52
parent39a3d5706527615db2b7d121b64445e79ca1cc1f
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
This page took 0.029612 seconds and 5 git commands to generate.