[PATCH 1/7] DRM: comment: drm_crtc{=>_helper}_set_mode

Michael Witten mfwitten at gmail.com
Wed Sep 21 15:49:55 PDT 2011


Date: Thu, 15 Sep 2011 21:06:24 +0000

Signed-off-by: Michael Witten <mfwitten at gmail.com>
---
 drivers/gpu/drm/drm_crtc_helper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/drm_crtc_helper.c b/drivers/gpu/drm/drm_crtc_helper.c
index f88a9b2..8ec3447 100644
--- a/drivers/gpu/drm/drm_crtc_helper.c
+++ b/drivers/gpu/drm/drm_crtc_helper.c
@@ -303,19 +303,19 @@ drm_crtc_prepare_encoders(struct drm_device *dev)
 }
 
 /**
- * drm_crtc_set_mode - set a mode
+ * drm_crtc_helper_set_mode - set a mode
  * @crtc: CRTC to program
  * @mode: mode to use
  * @x: width of mode
  * @y: height of mode
  *
  * LOCKING:
  * Caller must hold mode config lock.
  *
  * Try to set @mode on @crtc.  Give @crtc and its associated connectors a chance
  * to fixup or reject the mode prior to trying to set it.
  *
  * RETURNS:
  * True if the mode was set successfully, or false otherwise.
  */
 bool drm_crtc_helper_set_mode(struct drm_crtc *crtc,
-- 
1.7.6.409.ge7a85



More information about the dri-devel mailing list