From: Tomi Valkeinen Date: Fri, 25 Nov 2011 15:32:20 +0000 (+0200) Subject: OMAPDSS: APPLY: add dss_set_go_bits() X-Git-Tag: v3.3-rc1~59^2~2^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab15b2aa70369e0360f12e35e47bca1a269138b;p=pandora-kernel.git OMAPDSS: APPLY: add dss_set_go_bits() Currently dss_write_regs() implicitely sets the GO bits for all managers with shadow dirty flags set. This is a bit misleading, as one does not presume "write registers" function to also set the GO bit. Thus this patch splits the setting of GO bits into a separate function, dss_set_go_bits, which is used after writing the registers. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed