drm/exynos: Add create_connector callback
authorSean Paul <seanpaul@chromium.org>
Mon, 24 Feb 2014 10:15:38 +0000 (19:15 +0900)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:36 +0000 (00:36 +0900)
This creates a new display hook called create_connector. The purpose is
to allow the display driver to create its own drm_connector instead of
using the exynos_drm_connector. This moves things closer to completely
removing the exynos_drm_connector abstraction.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

No differences found