Searched refs:_vblank_time (Results 1 – 2 of 2) sorted by relevance
41 (dev)->_vblank_time[(crtc) * DRM_VBLANKTIME_RBSIZE + \86 memset(&dev->_vblank_time[crtc * DRM_VBLANKTIME_RBSIZE], 0, in clear_vblank_timestamps()198 free(dev->_vblank_time, DRM_MEM_VBLANK); in drm_vblank_cleanup()247 dev->_vblank_time = malloc(num_crtcs * DRM_VBLANKTIME_RBSIZE * in drm_vblank_init()249 if (!dev->_vblank_time) in drm_vblank_init()
1043 …struct timeval *_vblank_time; /**< timestamp of current vblank_count (drivers must alloc right n… member