From: Archit Taneja Date: Wed, 14 Sep 2011 05:40:10 +0000 (+0530) Subject: OMAPDSS: DISPC: Reduce the number of arguments in dispc_ovl_setup() X-Git-Tag: v3.2-rc1~98^2~1^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4273b7cca6fe7ee3807229ba256adb6cfaba0c3;p=pandora-kernel.git OMAPDSS: DISPC: Reduce the number of arguments in dispc_ovl_setup() dispc_ovl_setup() currently takes a large number of overlay arguments, most of these are members of the overlay_info struct. Replace these arguments by passing a overlay_info pointer instead. In configure_overlay(), we create an overlay_info struct called new_oi, this is a copy of the overlay cache's overlay_info member. Update the new_oi parameters which could have been possibly changed in configure_overlay(). Pass its pointer pointer to dispc_ovl_setup(). Signed-off-by: Archit Taneja Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed