]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf23c84b2feb621d55a013e34b0b8418d1af9c098
tree8c970c6acfe07e4e9422fc7fa3f35be426d9e2d8
parent4fcaea087ae84264d9eb3cf9f0d4a2355a90304c
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