aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2013-06-22 10:10:29 -0400
committerDave Airlie <airlied@redhat.com>2013-06-28 00:43:06 -0400
commit02c030a718e7fc6e066c6169c195f53b461df408 (patch)
treefc335e5d3d23f6a0ef1419a1d4f48d7bfac373cb /Documentation
parent02b6298541f8a711b3f9cf589f7e508bd5cb99d8 (diff)
drm/doc: Remove outdated note about i915 driver not behaving properly
The i915 driver has been fixed not to modify the mode argument of the encoder mode_fixup operation. Remove the related comment from the documentation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/DocBook/drm.tmpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index a6080941f5e4..cea420dc712d 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -1868,10 +1868,6 @@ void intel_crt_init(struct drm_device *dev)
1868 <synopsis>bool (*mode_fixup)(struct drm_encoder *encoder, 1868 <synopsis>bool (*mode_fixup)(struct drm_encoder *encoder,
1869 const struct drm_display_mode *mode, 1869 const struct drm_display_mode *mode,
1870 struct drm_display_mode *adjusted_mode);</synopsis> 1870 struct drm_display_mode *adjusted_mode);</synopsis>
1871 <note><para>
1872 FIXME: The mode argument be const, but the i915 driver modifies
1873 mode-&gt;clock in <function>intel_dp_mode_fixup</function>.
1874 </para></note>
1875 <para> 1871 <para>
1876 Let encoders adjust the requested mode or reject it completely. This 1872 Let encoders adjust the requested mode or reject it completely. This
1877 operation returns true if the mode is accepted (possibly after being 1873 operation returns true if the mode is accepted (possibly after being