]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm: omapdrm: Implement planes atomic operations
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 5 Mar 2015 11:39:56 +0000 (13:39 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:47 +0000 (22:52 +0300)
commitde8e41000136bf9a0ccf652fc364658f3210b6f4
tree818af7e6061bac89243d4df7e5c12cabec0ca276
parent69a12263f6f919cd53b10c849e1674e38931e74e
drm: omapdrm: Implement planes atomic operations

Implement the CRTC .atomic_begin() and .atomic_flush() operations, the
plane .atomic_check(), .atomic_update() and operations, and use the
transitional atomic helpers to implement the plane update and disable
operations on top of the new atomic 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_plane.c