]> git.baikalelectronics.ru Git - kernel.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)
commit688e5d4bb08892c65094fd4a47cafa7d0a0cbbcd
tree818af7e6061bac89243d4df7e5c12cabec0ca276
parent8f57f5aba4f8d7637125f19f5152cfc8e75788b3
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