]> git.karo-electronics.de Git - linux-beck.git/commitdiff
drm: Fix drm_crtc_vblank_get() documentation
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 13 Feb 2015 15:53:31 +0000 (15:53 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 23 Feb 2015 10:19:34 +0000 (11:19 +0100)
drm_crtc_vblank_get() is the new drm_vblank_get(), not the new
drm_vblank_off().

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_irq.c

index 10574a0c3a55127cae5fb3e90d7b309defdcc681..c9f5453f20e7f94eca35e2989a6fd7f369bc490f 100644 (file)
@@ -1052,7 +1052,7 @@ EXPORT_SYMBOL(drm_vblank_get);
  * Acquire a reference count on vblank events to avoid having them disabled
  * while in use.
  *
- * This is the native kms version of drm_vblank_off().
+ * This is the native kms version of drm_vblank_get().
  *
  * Returns:
  * Zero on success, nonzero on failure.