drm_get_last_vbltimestamp
extern u32 drm_get_last_vbltimestamp(struct drm_device *dev, int crtc,
vblrc = drm_get_last_vbltimestamp(dev, crtc, &tvblank, 0);
drm_get_last_vbltimestamp(dev, crtc, &tvblank, DRM_CALLED_FROM_VBLIRQ);
EXPORT_SYMBOL(drm_get_last_vbltimestamp);
rc = drm_get_last_vbltimestamp(dev, crtc, &t_vblank, 0);