diff --git a/Documentation/DocBook/gpu.tmpl b/Documentation/DocBook/gpu.tmpl
index 1464fb2f3c46..56386d3a1b2e 100644
--- a/Documentation/DocBook/gpu.tmpl
+++ b/Documentation/DocBook/gpu.tmpl
@@ -1817,7 +1817,7 @@ void intel_crt_init(struct drm_device *dev)
| DRM |
- Generic |
+ Generic |
“rotation” |
BITMASK |
{ 0, "rotate-0" },
@@ -1832,6 +1832,13 @@ void intel_crt_init(struct drm_device *dev)
image along the specified axis prior to rotation |
+ | “scaling mode” |
+ ENUM |
+ { "None", "Full", "Center", "Full aspect" } |
+ Connector |
+ Supported by: amdgpu, gma500, i915, nouveau and radeon. |
+
+
| Connector |
“EDID” |
BLOB | IMMUTABLE |
@@ -2068,21 +2075,12 @@ void intel_crt_init(struct drm_device *dev)
property to suggest an Y offset for a connector |
- | Optional |
- “scaling mode” |
- ENUM |
- { "None", "Full", "Center", "Full aspect" } |
- Connector |
- TBD |
-
-
+ | Optional |
"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. |
+ TDB |
| “dirty” |