aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_drv.h
diff options
context:
space:
mode:
authorJoonyoung Shim <jy0922.shim@samsung.com>2012-06-27 01:27:11 -0400
committerInki Dae <inki.dae@samsung.com>2012-07-26 22:13:54 -0400
commit3b8d1cf818c2cbd20573d121ec08c7c5147f1302 (patch)
tree8ebfe97ae4982f07b5bca428873af8f6210fdd14 /drivers/gpu/drm/exynos/exynos_drm_drv.h
parenta365d9eba36f387a3976d28f2fd153dfe1824556 (diff)
drm/exynos: add property for crtc mode
This patch adds exynos specific property for crtc mode. The crtc mode property has tow modes - normal and blank. The normal mode is default mode and can use crtc normally. The blank mode turns off the private plane of crtc, so we don't see crtc screen but can see other plane screens. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_drv.h')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h
index 1c90a9a933c7..e22704b249d7 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_drv.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h
@@ -238,6 +238,7 @@ struct exynos_drm_private {
238 */ 238 */
239 struct drm_crtc *crtc[MAX_CRTC]; 239 struct drm_crtc *crtc[MAX_CRTC];
240 struct drm_property *plane_zpos_property; 240 struct drm_property *plane_zpos_property;
241 struct drm_property *crtc_mode_property;
241}; 242};
242 243
243/* 244/*