drm/exynos: hdmi: Implement initialize op for hdmi
authorSean Paul <seanpaul@chromium.org>
Thu, 30 Jan 2014 21:19:05 +0000 (16:19 -0500)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:28 +0000 (00:36 +0900)
commit4551789fcf3a1298c6bdc6c9ef23f9f6971612e3
treeebcdb810081132c4613a1490f43cc45351ffc080
parent40c8ab4bcc457ef645e7e2a8bed6de7e3ada6771
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