From: Archit Taneja Date: Wed, 14 Sep 2011 06:22:54 +0000 (+0530) Subject: OMAPDSS: DISPC: Pass overlay params as arguments to dispc_ovl_setup() X-Git-Tag: v3.2-rc1~98^2~1^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d92529c3c2d7b511903d98efc1537081e62eca;p=pandora-kernel.git OMAPDSS: DISPC: Pass overlay params as arguments to dispc_ovl_setup() dispc_ovl_enable_replication() and dispc_ovl_set_fifo_threshold() are currently called in configure_overlay(). These are the only functions which cause DISPC register writes of overlay parameters outside of dispc_ovl_setup(). Move these to dispc_ovl_setup() and pass replication, fifo_low and fifo_high thresholds as arguments to dispc_ovl_setup() in order to be aligned with other overlay parameters. No functional changes are made. Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed