Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/atmel: use drm_crtc_vblank_{get,put}()

Replace the legacy drm_vblank_{get,put}() with the new helper functions.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1465224105-21485-10-git-send-email-gustavo@padovan.org

authored by

Gustavo Padovan and committed by
Daniel Vetter
23a25ed3 accbaf6e

+1 -1
+1 -1
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c
··· 375 375 spin_lock_irqsave(&dev->event_lock, flags); 376 376 if (crtc->event) { 377 377 drm_crtc_send_vblank_event(&crtc->base, crtc->event); 378 - drm_vblank_put(dev, crtc->id); 378 + drm_crtc_vblank_put(&crtc->base); 379 379 crtc->event = NULL; 380 380 } 381 381 spin_unlock_irqrestore(&dev->event_lock, flags);