Home
last modified time | relevance | path

Searched refs:_vblank_time (Results 1 – 2 of 2) sorted by relevance

/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_irq.c222 (dev)->_vblank_time[(crtc) * DRM_VBLANKTIME_RBSIZE + \
274 (void) memset(&dev->_vblank_time[crtc * DRM_VBLANKTIME_RBSIZE], -1, in clear_vblank_timestamps()
389 kfree(dev->_vblank_time, sizeof (*dev->_vblank_time) * dev->num_crtcs * DRM_VBLANKTIME_RBSIZE); in drm_vblank_cleanup()
438 dev->_vblank_time = kcalloc(num_crtcs * DRM_VBLANKTIME_RBSIZE, in drm_vblank_init()
440 if (!dev->_vblank_time) in drm_vblank_init()
/gfx-drm/usr/src/uts/common/drm/
H A DdrmP.h1151 …struct timeval *_vblank_time; /**< timestamp of current vblank_count (drivers must alloc right n… member