OSDN Git Service

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)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:27 +0000 (00:36 +0900)
commit1f9cafc3adff803bc667aa1331f2108943001574
treea8d33eb259ddd4fb723980c30e851930488ac67f
parent1c6244c30eafbf7971bb9f73fda3080f60b7c4f1
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