commit | 245f98f269714c08dc6d66d021d166cf36059bc4 | [log] [tgz] |
---|---|---|
author | Inki Dae <inki.dae@samsung.com> | Fri Jun 13 17:44:40 2014 +0900 |
committer | Inki Dae <inki.dae@samsung.com> | Tue Jun 24 11:11:54 2014 +0900 |
tree | 4e75157cae77ed9c995f455bebc76327c6a27f12 | |
parent | a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee [diff] |
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 <inki.dae@samsung.com>