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 83dd0b043c28..165749dec5af 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -1895,8 +1895,8 @@ void intel_crt_init(struct drm_device *dev) | |||
1895 | <para> | 1895 | <para> |
1896 | The function filters out modes larger than | 1896 | The function filters out modes larger than |
1897 | <parameter>max_width</parameter> and <parameter>max_height</parameter> | 1897 | <parameter>max_width</parameter> and <parameter>max_height</parameter> |
1898 | if specified. It then calls the connector | 1898 | if specified. It then calls the optional connector |
1899 | <methodname>mode_valid</methodname> helper operation for each mode in | 1899 | <methodname>mode_valid</methodname> helper operation for each mode in |
1900 | the probed list to check whether the mode is valid for the connector. | 1900 | the probed list to check whether the mode is valid for the connector. |
1901 | </para> | 1901 | </para> |
1902 | </listitem> | 1902 | </listitem> |
@@ -2257,7 +2257,7 @@ void intel_crt_init(struct drm_device *dev) | |||
2257 | <para> | 2257 | <para> |
2258 | Verify whether a mode is valid for the connector. Return MODE_OK for | 2258 | Verify whether a mode is valid for the connector. Return MODE_OK for |
2259 | supported modes and one of the enum drm_mode_status values (MODE_*) | 2259 | supported modes and one of the enum drm_mode_status values (MODE_*) |
2260 | for unsupported modes. This operation is mandatory. | 2260 | for unsupported modes. This operation is optional. |
2261 | </para> | 2261 | </para> |
2262 | <para> | 2262 | <para> |
2263 | As the mode rejection reason is currently not used beside for | 2263 | As the mode rejection reason is currently not used beside for |