Searched refs:DRM_VBLANKTIME_RBSIZE (Results 1 – 2 of 2) sorted by relevance
43 (dev)->_vblank_time[(crtc) * DRM_VBLANKTIME_RBSIZE + \44 ((count) % DRM_VBLANKTIME_RBSIZE)])88 memset(&dev->_vblank_time[crtc * DRM_VBLANKTIME_RBSIZE], 0, in clear_vblank_timestamps()89 DRM_VBLANKTIME_RBSIZE * sizeof(struct timeval)); in clear_vblank_timestamps()249 dev->_vblank_time = malloc(num_crtcs * DRM_VBLANKTIME_RBSIZE * in drm_vblank_init()
641 #define DRM_VBLANKTIME_RBSIZE 2 macro