Searched refs:DRM_VBLANKTIME_RBSIZE (Results 1 – 2 of 2) sorted by relevance
41 (dev)->_vblank_time[(crtc) * DRM_VBLANKTIME_RBSIZE + \42 ((count) % DRM_VBLANKTIME_RBSIZE)])86 memset(&dev->_vblank_time[crtc * DRM_VBLANKTIME_RBSIZE], 0, in clear_vblank_timestamps()87 DRM_VBLANKTIME_RBSIZE * sizeof(struct timeval)); in clear_vblank_timestamps()247 dev->_vblank_time = malloc(num_crtcs * DRM_VBLANKTIME_RBSIZE * in drm_vblank_init()
670 #define DRM_VBLANKTIME_RBSIZE 2 macro