drm/exynos: hdmi: Implement initialize op for hdmi
authorSean Paul <seanpaul@chromium.org>
Thu, 24 Apr 2014 11:44:39 +0000 (20:44 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:32 +0000 (11:47 +0900)
commit11ebd01f4f17d61b4394b8b4a9ec852890dcdcee
tree0d26c5f0e64f2855805c2db87e0f08aaf6c21272
parent6f505477a2c32c3b971d2f056a711551347b853d
drm/exynos: hdmi: Implement initialize op for hdmi

This patch implements the initialize callback in the hdmi and mixer
manager. This allows us to get rid of drm_dev in the drm_hdmi level and
track it in the mixer and hdmi drivers. This is one of the things
holding back the complete removal of the drm_hdmi layer.

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