From: Tomi Valkeinen Date: Fri, 15 Feb 2013 12:24:38 +0000 (+0200) Subject: OMAPDSS: APPLY: remove dssdev from dss_mgr_wait_for_vsync X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~46^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346f1e0772cbd087f176fd3e09ffa5a4569812e6;p=pandora-kernel.git OMAPDSS: APPLY: remove dssdev from dss_mgr_wait_for_vsync dss_mgr_wait_for_vsync() uses dssdev->type to find out if the output is going to VENC, HDMI, or something else. This creates a dependency on dssdev, which we want to remove. The task is more logically done by looking at the output to which the overlay manager in question is connected to. This patch changes the code to use output->id to find out which kind of output we use. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- Reading git-diff-tree failed