]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit312e4df8fdabd3a6e0cd39840c1957e36a8f36a1
tree772b55088dc2140263649ebb84d48cd95b27c5c5
parent28f101f005596c323e2622928f03b15ad7c2a9d8
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