Searched refs:DRM_VBLANKTIME_RBSIZE (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_irq.c222 (dev)->_vblank_time[(crtc) * DRM_VBLANKTIME_RBSIZE + \
223 ((count) % DRM_VBLANKTIME_RBSIZE)])
274 (void) memset(&dev->_vblank_time[crtc * DRM_VBLANKTIME_RBSIZE], -1,
275 DRM_VBLANKTIME_RBSIZE * sizeof(struct timeval));
389 kfree(dev->_vblank_time, sizeof (*dev->_vblank_time) * dev->num_crtcs * DRM_VBLANKTIME_RBSIZE);
438 dev->_vblank_time = kcalloc(num_crtcs * DRM_VBLANKTIME_RBSIZE,
/solaris-x11-s11/open-src/kernel/sys/drm/
H A DdrmP.h777 #define DRM_VBLANKTIME_RBSIZE 2 macro

Completed in 82 milliseconds