drm/exynos: Add an initialize function to manager and display
authorSean Paul <seanpaul@chromium.org>
Thu, 30 Jan 2014 21:19:03 +0000 (16:19 -0500)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:32 +0000 (11:47 +0900)
commit17a21d601fda2b28b4946b4f608a33befc6077e9
tree19f96257ad943dbafe0ecb417eb5c041065d97da
parent7e954f2918e0843af0b7581a3220126d9b193041
drm/exynos: Add an initialize function to manager and display

This patch adds an initialize function to the manager and display
operations. This allows them to keep track of drm_device in their
local context, as well as adds an initialization hook right after
the encoder is created.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_encoder.c