other versions
- jessie 3.16.56-1+deb8u1
DRM_VBLANK_COUNT_AND(9) | DRM Core | DRM_VBLANK_COUNT_AND(9) |
NAME¶
drm_vblank_count_and_time - retrieve “cooked” vblank counter value and the system timestamp corresponding to that vblank counter value.SYNOPSIS¶
u32
drm_vblank_count_and_time(struct drm_device * dev,
int crtc,
struct timeval * vblanktime);
ARGUMENTS¶
devDRM device
crtc
which counter to retrieve
vblanktime
Pointer to struct timeval to receive the vblank
timestamp.
DESCRIPTION¶
Fetches the “cooked” vblank count value that represents the number of vblank events since the system was booted, including lost events due to modesetting activity. Returns corresponding system timestamp of the time of the vblank interval that corresponds to the current vblank counter value.AUTHORS¶
Jesse Barnes <jesse.barnes@intel.com>Initial version
Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Driver internals
Daniel Vetter <daniel.vetter@ffwll.ch>
Contributions all over the place
COPYRIGHT¶
May 2018 | Kernel Hackers Manual 3.16 |