Home | History | Annotate | Download | only in vbltest

Lines Matching refs:request

78 	vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT;
80 vbl.request.type |= DRM_VBLANK_SECONDARY;
81 vbl.request.sequence = 1;
82 vbl.request.signal = (unsigned long)data;
142 vbl.request.type = DRM_VBLANK_RELATIVE;
144 vbl.request.type |= DRM_VBLANK_SECONDARY;
145 vbl.request.sequence = 0;
152 printf("starting count: %d\n", vbl.request.sequence);
158 vbl.request.type = DRM_VBLANK_RELATIVE | DRM_VBLANK_EVENT;
160 vbl.request.type |= DRM_VBLANK_SECONDARY;
161 vbl.request.sequence = 1;
162 vbl.request.signal = (unsigned long)&handler_info;