OSDN Git Service

OMAPDSS: apply affects only one overlay manager
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 4 Nov 2011 07:23:10 +0000 (09:23 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:30 +0000 (08:54 +0200)
commitd2bbb9bbd1503e8b5235fe316e7ee0c7f41daf7e
tree8c970c6acfe07e4e9422fc7fa3f35be426d9e2d8
parent209285012c792d3a0f758c7ace30af0ee4bc08a3
OMAPDSS: apply affects only one overlay manager

omap_dss_mgr_apply currently applies settings to all overlays and
overlay managers. The reason for this was to support cases where
configuration changes affecting multiple managers are made. However, the
current code doesn't support changing such configurations, so the
functionality is not needed.

Change the apply to affect only the manager given as an argument, and
the overlays attached to that manager.

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