projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96abd10
)
drm: Fix drm_crtc_vblank_get() documentation
author
Damien Lespiau
<damien.lespiau@intel.com>
Fri, 13 Feb 2015 15:53:31 +0000
(15:53 +0000)
committer
Daniel 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/drm_irq.c
b/drivers/gpu/drm/drm_irq.c
index 10574a0c3a55127cae5fb3e90d7b309defdcc681..c9f5453f20e7f94eca35e2989a6fd7f369bc490f 100644
(file)
--- a/
drivers/gpu/drm/drm_irq.c
+++ b/
drivers/gpu/drm/drm_irq.c
@@
-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.