]> 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)
commit8a5d16d3c292a579c0ab69e50bd77d614fbd9342
tree0a374ece902feb97c525ec18a3fa35d4a6ddc348
parent8e3a80384ec709de7dafb33a36cb65b9ccfb83a0
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