Lines Matching defs:drm_queue_seq
413 uintptr_t drm_queue_seq;
971 if (event_info->drm_queue_seq)
972 radeon_drm_abort_entry(event_info->drm_queue_seq);
986 if (event_info->drm_queue_seq) {
989 (void*)event_info->drm_queue_seq);
1008 if (event_info->drm_queue_seq) {
1012 (void*)event_info->drm_queue_seq);
1046 uintptr_t drm_queue_seq = 0;
1097 drm_queue_seq = radeon_drm_queue_alloc(crtc, client, RADEON_DRM_QUEUE_ID_DEFAULT,
1100 if (drm_queue_seq == RADEON_DRM_QUEUE_ERROR) {
1105 wait_info->drm_queue_seq = drm_queue_seq;
1122 target_msc - msc_delta, drm_queue_seq, NULL,
1149 target_msc, drm_queue_seq, NULL, NULL)) {
1202 uintptr_t drm_queue_seq;
1239 drm_queue_seq = radeon_drm_queue_alloc(crtc, client, RADEON_DRM_QUEUE_ID_DEFAULT,
1242 if (drm_queue_seq == RADEON_DRM_QUEUE_ERROR) {
1247 swap_info->drm_queue_seq = drm_queue_seq;
1311 drm_queue_seq, NULL, &seq)) {
1352 if (!drmmode_wait_vblank(crtc, type, event_msc, drm_queue_seq, NULL, &seq)) {