From: Archit Taneja Date: Thu, 24 May 2012 09:38:54 +0000 (+0530) Subject: OMAPDSS: APPLY: Remove usage of omap_dss_device from manual/auto update checks X-Git-Tag: v3.6-rc1~16^2~11^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75bac5d1a2776d61a64d75fd19092dff724016a0;p=pandora-kernel.git OMAPDSS: APPLY: Remove usage of omap_dss_device from manual/auto update checks APPLY needs to know at certain places whether an overlay manager is in manual or auto update mode. The caps of the connected omap_dss_device were used to check that. A LCD manager is in manual update if stallmode is enabled for that manager. TV managers for now always auto update. Return the value of stallmode parameter in the private data 'lcd_confg' in mgr_manual_update() and ovl_manual_update(), for TV managers stallmode field will be false by default. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed