]> git.openfabrics.org - ~emulex/infiniband.git/commit
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>
Tue, 24 Jun 2014 02:11:54 +0000 (11:11 +0900)
commit245f98f269714c08dc6d66d021d166cf36059bc4
tree4e75157cae77ed9c995f455bebc76327c6a27f12
parenta497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee
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>
drivers/gpu/drm/exynos/exynos_hdmi.c