drm/exynos: Don't reset hdmiphy on hdmi off
authorSean Paul <seanpaul@chromium.org>
Thu, 3 Apr 2014 15:10:58 +0000 (20:40 +0530)
committerInki Dae <daeinki@gmail.com>
Sun, 1 Jun 2014 17:07:06 +0000 (02:07 +0900)
commit35b95ac5c3fbf93c8d42187d5688db3e89a12f61
tree434ddee4bce6c65b0335bdecd23db3e30e46c847
parenta16f223e35325d1a9b9b3fce63d655e7b2c2a02a
drm/exynos: Don't reset hdmiphy on hdmi off

This patch removes the hdmiphy reset in hdmi_poweroff. The hdmiphy reset
was added to take advantage of exynos clockgating, doing it would gate
the entire TV domain. Unfortunately, mixer is included in the TV domain
and its vsync interrupts are stopped when TV is gated.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Rahul Sharma <Rahul.Sharma@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c