From: Inki Dae Date: Fri, 13 Jun 2014 08:44:40 +0000 (+0900) Subject: drm/exynos: hdmi: fix power order issue X-Git-Tag: omap-for-v3.17/soc-cleanup~41^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=245f98f269714c08dc6d66d021d166cf36059bc4;p=pandora-kernel.git drm/exynos: hdmi: fix power order issue This patch resolves page fault issue of Mixer when disabled. The SFRs of VP and Mixer are updated by Vertical Sync of Timing generator which is a part of HDMI so the sequence to disable TV Subsystem should be as following: VP -> Mixer -> HDMI For this, this patch disables Mixer and VP (if used) prior to disabling HDMI. Signed-off-by: Inki Dae --- Reading git-diff-tree failed