]> git.baikalelectronics.ru Git - kernel.git/commit
drm: omapdrm: Move crtc info out of the crtc 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)
commit010282b35493b5a467207fc2332c965e34d26a92
tree3481cd30baf63e929e0e4fa4c5434680e64a0281
parentbc94dae60ba86a6ec8de72560c0887427b85c900
drm: omapdrm: Move crtc info out of the crtc structure

The crtc info structure is only used to setup the crtc through the DSS
API. Move it from the crtc structure to local variables in
omap_crtc_dss_enable().

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