From: Tomi Valkeinen Date: Wed, 16 Nov 2011 12:28:12 +0000 (+0200) Subject: OMAPDSS: APPLY: move fifo thresholds to extra_info set X-Git-Tag: v3.3-rc1~59^2~2^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dc802e2901d33e02efad3c90bb2034fd20c79e7;p=pandora-kernel.git OMAPDSS: APPLY: move fifo thresholds to extra_info set Setting overlay's fifo thresholds is currently handled at the same time as other overlay attributes. This is not right, as the normal attributes should only affect one overlay and manager, but changing the fifo thresholds are needed in cases like fifo-merge, where multiple managers are affected. This patch moves the channel field into the "extra_info" set, handled together with channel and enabled-status. This also lets us to calculate the fifos only when needed, specifically, when an overlay or a manager is enabled. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed