Searched refs:vblwait (Results 1 – 2 of 2) sorted by relevance
1615 union drm_wait_vblank *vblwait, in drm_queue_vblank_event() argument1633 e->event.vbl.user_data = vblwait->request.signal; in drm_queue_vblank_event()1672 vblwait->reply.sequence = seq; in drm_queue_vblank_event()1676 vblwait->reply.sequence = req_seq; in drm_queue_vblank_event()1691 static bool drm_wait_vblank_is_query(union drm_wait_vblank *vblwait) in drm_wait_vblank_is_query() argument1693 if (vblwait->request.sequence) in drm_wait_vblank_is_query()1697 (vblwait->request.type & (_DRM_VBLANK_TYPES_MASK | in drm_wait_vblank_is_query()1740 union drm_wait_vblank *vblwait = data; in drm_wait_vblank_ioctl() local1749 if (vblwait->request.type & _DRM_VBLANK_SIGNAL) in drm_wait_vblank_ioctl()1752 if (vblwait->request.type & in drm_wait_vblank_ioctl()[all …]
1643 rockchip_drm_add_vcnt_event(struct drm_crtc *crtc, union drm_wait_vblank *vblwait, in rockchip_drm_add_vcnt_event() argument1658 e->event.vbl.user_data = vblwait->request.signal; in rockchip_drm_add_vcnt_event()1671 union drm_wait_vblank *vblwait = data; in rockchip_drm_get_vcnt_event_ioctl() local1676 flags = vblwait->request.type & (_DRM_VBLANK_FLAGS_MASK | _DRM_ROCKCHIP_VCNT_EVENT); in rockchip_drm_get_vcnt_event_ioctl()1677 pipe = (vblwait->request.type & _DRM_VBLANK_HIGH_CRTC_MASK); in rockchip_drm_get_vcnt_event_ioctl()1686 e = rockchip_drm_add_vcnt_event(crtc, vblwait, file_priv); in rockchip_drm_get_vcnt_event_ioctl()