drm_vblank_get
return drm_vblank_get(crtc->dev, drm_crtc_index(crtc));
ret = drm_vblank_get(dev, pipe);
if (drm_vblank_get(dev, pipe) == 0)