]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: APPLY: move mgr->info to apply.c
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 16 Nov 2011 11:58:07 +0000 (13:58 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:46 +0000 (08:54 +0200)
commit82fce80c368a132221c8efe1f78a41c91a878c86
tree544f9d9431995b6cf7ffe89ff10d1a8604130524
parent7a199568b3b02dc77988f1f17bf444c285c119a3
OMAPDSS: APPLY: move mgr->info to apply.c

struct omap_overlay_manager contains info and info_dirty fields, both of
which should be internal to apply.c.

This patch moves those fields into mgr_priv data, and names them
user_info and user_info_dirty.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/apply.c
drivers/video/omap2/dss/manager.c
include/video/omapdss.h