From: Tomi Valkeinen Date: Fri, 4 Nov 2011 07:23:10 +0000 (+0200) Subject: OMAPDSS: apply affects only one overlay manager X-Git-Tag: v3.3-rc1~59^2~2^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2bbb9bbd1503e8b5235fe316e7ee0c7f41daf7e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed