drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 27 May 2015 17:53:57 +0000 (20:53 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:51 +0000 (22:52 +0300)
commit0dce4d75c3fc585387fbfc7ab2126118d86bf0f9
tree772b55088dc2140263649ebb84d48cd95b27c5c5
parentaf6da31e9c8d25f4be524c2bf97a886071eb4a00
drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()

Planes setup is handled by the DRM core through the atomic helpers,
there's no need to duplicate the code in the CRTC .enable() and
.disable() operations.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_crtc.c
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/gpu/drm/omapdrm/omap_plane.c
This page took 0.100975 seconds and 5 git commands to generate.