Searched refs:req_seq (Results 1 – 2 of 2) sorted by relevance
1403 u64 req_seq, in drm_queue_vblank_event() argument1453 req_seq, seq, pipe); in drm_queue_vblank_event()1455 trace_drm_vblank_event_queued(file_priv, pipe, req_seq); in drm_queue_vblank_event()1457 e->sequence = req_seq; in drm_queue_vblank_event()1458 if (vblank_passed(seq, req_seq)) { in drm_queue_vblank_event()1465 vblwait->reply.sequence = req_seq; in drm_queue_vblank_event()1531 u64 req_seq, seq; in drm_wait_vblank_ioctl() local1597 req_seq = seq + vblwait->request.sequence; in drm_wait_vblank_ioctl()1598 vblwait->request.sequence = req_seq; in drm_wait_vblank_ioctl()1602 req_seq = widen_32_to_64(vblwait->request.sequence, seq); in drm_wait_vblank_ioctl()[all …]
552 u32 req_seq; in handle_device_resync() local559 req_seq = ntohl(resync_req >> 32) - ((u32)TLS_HEADER_SIZE - 1); in handle_device_resync()562 if (unlikely(is_req_pending) && req_seq == seq && in handle_device_resync()