[PATCH] drm: Fix drm_crtc_vblank_get() documentation

2015-02-13 Thread Daniel Vetter
On Fri, Feb 13, 2015 at 03:53:31PM +, Damien Lespiau wrote: > drm_crtc_vblank_get() is the new drm_vblank_get(), not the new > drm_vblank_off(). > > Signed-off-by: Damien Lespiau Applied to drm-misc, thanks for the patch. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation +41 (0)

[PATCH] drm: Fix drm_crtc_vblank_get() documentation

2015-02-13 Thread Damien Lespiau
drm_crtc_vblank_get() is the new drm_vblank_get(), not the new drm_vblank_off(). Signed-off-by: Damien Lespiau --- drivers/gpu/drm/drm_irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c index 10574a0..c9f5453 100644 ---