diff options
author | Francisco Jerez <currojerez@riseup.net> | 2009-08-01 22:19:20 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-08-04 00:14:46 -0400 |
commit | b6b7902e54c7e8abbc213d8bdc290350c00ccfe5 (patch) | |
tree | 75a187dbe0146e02edfc961089f365add6cd50a1 /include/drm/drm_crtc.h | |
parent | aeaa1ad3ff32be833680e484d99ec29d892da1ff (diff) |
drm: Define some new standard TV properties.
Namely "brightness", "contrast" and "flicker reduction".
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 125994d8ac0b..5f2cc0ca4c7d 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -572,6 +572,9 @@ struct drm_mode_config { | |||
572 | struct drm_property *tv_right_margin_property; | 572 | struct drm_property *tv_right_margin_property; |
573 | struct drm_property *tv_top_margin_property; | 573 | struct drm_property *tv_top_margin_property; |
574 | struct drm_property *tv_bottom_margin_property; | 574 | struct drm_property *tv_bottom_margin_property; |
575 | struct drm_property *tv_brightness_property; | ||
576 | struct drm_property *tv_contrast_property; | ||
577 | struct drm_property *tv_flicker_reduction_property; | ||
575 | 578 | ||
576 | /* Optional properties */ | 579 | /* Optional properties */ |
577 | struct drm_property *scaling_mode_property; | 580 | struct drm_property *scaling_mode_property; |