From: Tomi Valkeinen Date: Thu, 8 Nov 2012 08:05:31 +0000 (+0200) Subject: OMAPDSS: DISPC: use get_framedone_irq in disable_digit_out X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~2^2^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15f5e7324a683ee1c2991a9953103dd9b3b6fa5e;p=pandora-kernel.git OMAPDSS: DISPC: use get_framedone_irq in disable_digit_out dispc_mgr_disable_digit_out() needs to wait until the DIGIT output is turned off. This is done with either VSYNC irq on OMAP2/3 and FRAMEDONETV on OMAP4+. It currently uses a rather hacky way to decide what irq to use. This patch changes dispc_mgr_disable_digit_out to use dispc_mgr_get_framedone_irq to find out if there's framedone irq on this SoC, and if not, uses VSYNC. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed