diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index 8ab1a05222e27d6262b62f4fcd2898bfcd0bcfde..f5d1b180b83163785708ac8ac5ec2e27c130102f 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -2502,7 +2502,7 @@ void intel_crt_init(struct drm_device *dev)
Description/Restrictions |
- | DRM |
+ DRM |
Generic |
“EDID” |
BLOB | IMMUTABLE |
@@ -2633,7 +2633,7 @@ void intel_crt_init(struct drm_device *dev)
TBD |
- | Optional |
+ Optional |
“scaling mode” |
ENUM |
{ "None", "Full", "Center", "Full aspect" } |
@@ -2641,6 +2641,15 @@ void intel_crt_init(struct drm_device *dev)
TBD |
+ | "aspect ratio" |
+ ENUM |
+ { "None", "4:3", "16:9" } |
+ Connector |
+ DRM property to set aspect ratio from user space app.
+ This enum is made generic to allow addition of custom aspect
+ ratios. |
+
+
| “dirty” |
ENUM | IMMUTABLE |
{ "Off", "On", "Annotate" } |