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

drm/shmobile: use drm_crtc_send_vblank_event()

Replace the legacy drm_send_vblank_event() with the new helper function.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1460656118-16766-10-git-send-email-gustavo@padovan.org

authored by

Gustavo Padovan and committed by
Daniel Vetter
c05d3d73 444435bb

+1 -1
+1 -1
drivers/gpu/drm/shmobile/shmob_drm_crtc.c
··· 440 440 event = scrtc->event; 441 441 scrtc->event = NULL; 442 442 if (event) { 443 - drm_send_vblank_event(dev, 0, event); 443 + drm_crtc_send_vblank_event(&scrtc->crtc, event); 444 444 drm_vblank_put(dev, 0); 445 445 } 446 446 spin_unlock_irqrestore(&dev->event_lock, flags);