diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2012-06-27 14:27:11 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2012-07-27 11:13:54 +0900 |
commit | 3b8d1cf818c2cbd20573d121ec08c7c5147f1302 (patch) | |
tree | 8ebfe97ae4982f07b5bca428873af8f6210fdd14 /drivers/gpu/drm/exynos/exynos_drm_drv.h | |
parent | a365d9eba36f387a3976d28f2fd153dfe1824556 (diff) | |
download | lwn-3b8d1cf818c2cbd20573d121ec08c7c5147f1302.tar.gz lwn-3b8d1cf818c2cbd20573d121ec08c7c5147f1302.zip |
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.h | 1 |
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 { */ struct drm_crtc *crtc[MAX_CRTC]; struct drm_property *plane_zpos_property; + struct drm_property *crtc_mode_property; }; /* |