drm/exynos: hdmi: fix power order issue
authorInki Dae <inki.dae@samsung.com>
Fri, 13 Jun 2014 08:44:40 +0000 (17:44 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:59:49 +0000 (11:59 +0900)
commit85225ee105152147189769db48d282f21d5e4d45
tree82d550f86c4c9de6f62282e4ace304bbdf828d52
parentaab9f9e74c090381b9a509ac2a4911ab51668de3
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.

Change-Id: I85591e66264c9e5b7efe7ddf7fe71df1b9972356
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c