drm/exynos/hdmi: simplify clock re-parenting
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 25 Sep 2015 12:48:23 +0000 (14:48 +0200)
committerInki Dae <daeinki@gmail.com>
Mon, 26 Oct 2015 06:09:52 +0000 (15:09 +0900)
commitda5e36ae963b24318e0d6b9f226abb795999106a
tree23784e11bc2718fa78241563910e98681f88332e
parent1ab739db8ed86ab2815d903c0e53d88a88e315c4
drm/exynos/hdmi: simplify clock re-parenting

Driver tries to disable sclk_hdmi during re-parenting, to avoid possible
glitches. It is ineffective as the clock is used also by other devices (mixer).
Anyway driver works without disabling sclk_hdmi.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_hdmi.c