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)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 15 May 2014 05:28:42 +0000 (07:28 +0200)
commit3b0c14f31f3ef02a7c2355f1ce74e9e24e8aeb57
tree7d6ef3b21e2c489fab471e79b066bb21051e1ec6
parent71b5fca16b5f9d18d012a343f9ebda42b35cf6bd
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