drm: rcar-du: Clean up planes in the error paths of .atomic_commit()
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 26 May 2015 23:14:37 +0000 (02:14 +0300)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 16 Jun 2015 11:25:54 +0000 (14:25 +0300)
commit39a3d5706527615db2b7d121b64445e79ca1cc1f
treea98280067809750a367b26b2c6f1c1ea35b9f7b6
parent898a2f387d1c663772c630e8f78ef60f1639077e
drm: rcar-du: Clean up planes in the error paths of .atomic_commit()

When the .atomic_commit() handler fails, clean up planes previoulsy
prepared by drm_atomic_helper_prepare_planes() with a call to
drm_atomic_helper_cleanup_planes().

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