drm: omapdrm: Planes are already disabled when destroyed
commit87bb2ef15b0fbb91e9ea2d56ef5100e47439e11d
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sat, 17 Jan 2015 21:12:38 +0000 (17 23:12 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 20 Mar 2015 12:30:22 +0000 (20 14:30 +0200)
treec2408839a5cdc849a142c6df6954b24830661d3e
parenta350da8be4d91e733ec8cb225e5edefa8b085167
drm: omapdrm: Planes are already disabled when destroyed

Planes are destroyed after framebuffers, which has the side effect of
disabling all planes. There is thus no need to disable planes explicitly
when destroying them.

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