drm/exynos: hdmi: fix power order issue
authorInki Dae <inki.dae@samsung.com>
Fri, 13 Jun 2014 08:44:40 +0000 (17:44 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 3 Jul 2014 00:54:35 +0000 (09:54 +0900)
commit3d2b462f1dfada8710a2f2659795728d27889a30
treeae213ae3584a8380567e783fbab54f30d7220fd5
parentdb8fe07946a0fe3e3b5f532088055a5264a430a3
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