]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc23cebdbd70421536f6af9827b6fe860f0a60ff4
treeebcdb810081132c4613a1490f43cc45351ffc080
parentce624a8c66ef75dcf13bc523f2db54e11737ef0c
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