]> git.baikalelectronics.ru Git - kernel.git/commit
drm: omapdrm: Move plane info and win out of the plane structure
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 6 Mar 2015 17:00:18 +0000 (19:00 +0200)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Jun 2015 19:52:49 +0000 (22:52 +0300)
commitbc94dae60ba86a6ec8de72560c0887427b85c900
treece87241298688fdfbb86f296cd02d096e8d04bf8
parent0ec2f27b5aa5820dd5342ec5479f8afa748a616c
drm: omapdrm: Move plane info and win out of the plane structure

The plane info and win structures are only used to setup the plane
through the DSS API. Move them from the plane structure to local
variables in omap_plane_setup().

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_plane.c