diff options
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 677a02553ec0..c72e146e58d3 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -1903,8 +1903,8 @@ void intel_crt_init(struct drm_device *dev) | |||
1903 | <para> | 1903 | <para> |
1904 | The function filters out modes larger than | 1904 | The function filters out modes larger than |
1905 | <parameter>max_width</parameter> and <parameter>max_height</parameter> | 1905 | <parameter>max_width</parameter> and <parameter>max_height</parameter> |
1906 | if specified. It then calls the connector | 1906 | if specified. It then calls the optional connector |
1907 | <methodname>mode_valid</methodname> helper operation for each mode in | 1907 | <methodname>mode_valid</methodname> helper operation for each mode in |
1908 | the probed list to check whether the mode is valid for the connector. | 1908 | the probed list to check whether the mode is valid for the connector. |
1909 | </para> | 1909 | </para> |
1910 | </listitem> | 1910 | </listitem> |
@@ -2265,7 +2265,7 @@ void intel_crt_init(struct drm_device *dev) | |||
2265 | <para> | 2265 | <para> |
2266 | Verify whether a mode is valid for the connector. Return MODE_OK for | 2266 | Verify whether a mode is valid for the connector. Return MODE_OK for |
2267 | supported modes and one of the enum drm_mode_status values (MODE_*) | 2267 | supported modes and one of the enum drm_mode_status values (MODE_*) |
2268 | for unsupported modes. This operation is mandatory. | 2268 | for unsupported modes. This operation is optional. |
2269 | </para> | 2269 | </para> |
2270 | <para> | 2270 | <para> |
2271 | As the mode rejection reason is currently not used beside for | 2271 | As the mode rejection reason is currently not used beside for |