aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2009-08-12 02:30:10 +0200
committerDave Airlie <airlied@redhat.com>2009-08-13 10:33:48 +1000
commita75f0236292a5fca65f26efedca48bd07db1834d (patch)
tree04d30bcc08b62c50dd370d99a1fe79f642c92fd6 /include/drm
parentdrm: Fix drm_cvt_mode() for interlaced modes. (diff)
downloadlinux-dev-a75f0236292a5fca65f26efedca48bd07db1834d.tar.xz
linux-dev-a75f0236292a5fca65f26efedca48bd07db1834d.zip
drm: Add more standard TV properties.
Overscan, saturation, hue. Used in the nouveau driver for GPUs with integrated TV encoders. Signed-off-by: Francisco Jerez <currojerez@riseup.net> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index 5f2cc0ca4c7d..db92a83f8ca9 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -575,6 +575,9 @@ struct drm_mode_config {
struct drm_property *tv_brightness_property;
struct drm_property *tv_contrast_property;
struct drm_property *tv_flicker_reduction_property;
+ struct drm_property *tv_overscan_property;
+ struct drm_property *tv_saturation_property;
+ struct drm_property *tv_hue_property;
/* Optional properties */
struct drm_property *scaling_mode_property;