[PATCH 1/2] drm/doc: Remove outdated note about i915 driver not behaving properly

2013-06-22 Thread Laurent Pinchart
From: Laurent Pinchart 

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 
---
 Documentation/DocBook/drm.tmpl | 4 
 1 file changed, 4 deletions(-)

diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index a608094..cea420d 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -1868,10 +1868,6 @@ void intel_crt_init(struct drm_device *dev)
   bool (*mode_fixup)(struct drm_encoder *encoder,
const struct drm_display_mode *mode,
struct drm_display_mode *adjusted_mode);
-  
-FIXME: The mode argument be const, but the i915 driver modifies
-mode-clock in intel_dp_mode_fixup.
-  
   
 Let encoders adjust the requested mode or reject it completely. 
This
 operation returns true if the mode is accepted (possibly after 
being
-- 
1.8.1.5



[PATCH 1/2] drm/doc: Remove outdated note about i915 driver not behaving properly

2013-06-22 Thread Laurent Pinchart
From: Laurent Pinchart laurent.pinch...@ideasonboard.com

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.pinch...@ideasonboard.com
---
 Documentation/DocBook/drm.tmpl | 4 
 1 file changed, 4 deletions(-)

diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl
index a608094..cea420d 100644
--- a/Documentation/DocBook/drm.tmpl
+++ b/Documentation/DocBook/drm.tmpl
@@ -1868,10 +1868,6 @@ void intel_crt_init(struct drm_device *dev)
   synopsisbool (*mode_fixup)(struct drm_encoder *encoder,
const struct drm_display_mode *mode,
struct drm_display_mode *adjusted_mode);/synopsis
-  notepara
-FIXME: The mode argument be const, but the i915 driver modifies
-mode-gt;clock in functionintel_dp_mode_fixup/function.
-  /para/note
   para
 Let encoders adjust the requested mode or reject it completely. 
This
 operation returns true if the mode is accepted (possibly after 
being
-- 
1.8.1.5

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel