]> git.baikalelectronics.ru Git - kernel.git/commit
drm: omapdrm: Rework CRTC enable/disable for atomic updates
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 5 Mar 2015 20:13:22 +0000 (22:13 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:46 +0000 (22:52 +0300)
commit9162f6e38a9c8e79b379552fe65af1ebb2eb1625
tree0a374ece902feb97c525ec18a3fa35d4a6ddc348
parent185a457d3c1f1f36f75e6ec40d7411f00f134ec3
drm: omapdrm: Rework CRTC enable/disable for atomic updates

When using atomic updates the CRTC .enable() and .disable() helper
operations are preferred over the (then legacy) .prepare() and .commit()
operations. Implement .enable() and rework .disable() to not depend on
DPMS, easing DPMS removal later on.

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