summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_drm_encoder.h
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2012-02-15 06:25:19 +0400
committerDave Airlie <airlied@redhat.com>2012-02-16 13:40:47 +0400
commitd081f5660422270856b77bcbbaa312138f556c9e (patch)
tree1e60867d6c87e9c74369b47a3db1de755f810d2d /drivers/gpu/drm/exynos/exynos_drm_encoder.h
parent6f811502a473a32a9b892fb35d77b8f91dc7484c (diff)
downloadlinux-d081f5660422270856b77bcbbaa312138f556c9e.tar.xz
drm/exynos: added possible_clones setup function.
basically, all crtcs are possible to clone each other. Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_encoder.h')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_encoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_encoder.h b/drivers/gpu/drm/exynos/exynos_drm_encoder.h
index 97b087a51cb6..eb7d2316847e 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_encoder.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_encoder.h
@@ -30,6 +30,7 @@
struct exynos_drm_manager;
+void exynos_drm_encoder_setup(struct drm_device *dev);
struct drm_encoder *exynos_drm_encoder_create(struct drm_device *dev,
struct exynos_drm_manager *mgr,
unsigned int possible_crtcs);