drm/exynos: remove hardware overlays disable from fimd probe
authorRahul Sharma <rahul.sharma@samsung.com>
Wed, 28 May 2014 06:11:11 +0000 (11:41 +0530)
committerInki Dae <daeinki@gmail.com>
Sun, 1 Jun 2014 17:07:12 +0000 (02:07 +0900)
commit972145c741df9a259f3cdc89c974b6e1bfadcf6e
treef0875b4df9c01e1ac9c332516c22f61750f49ae5
parent7a80ec79f0328cc8829c901666adca968026f82d
drm/exynos: remove hardware overlays disable from fimd probe

System hangs when FIMD registers are accessed to disable
hardware overlays. This is because of the clocks which are
not enabled before register access.

'Hardware overlay disable' is cleaned from the FIMD probe.

Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimd.c