Lines Matching defs:drm_queue_seq
319 uintptr_t drm_queue_seq;
874 if (event_info->drm_queue_seq)
875 amdgpu_drm_abort_entry(event_info->drm_queue_seq);
889 if (event_info->drm_queue_seq) {
892 (void*)event_info->drm_queue_seq);
911 if (event_info->drm_queue_seq) {
915 (void*)event_info->drm_queue_seq);
949 uintptr_t drm_queue_seq = 0;
1000 drm_queue_seq = amdgpu_drm_queue_alloc(crtc, client, AMDGPU_DRM_QUEUE_ID_DEFAULT,
1003 if (drm_queue_seq == AMDGPU_DRM_QUEUE_ERROR) {
1008 wait_info->drm_queue_seq = drm_queue_seq;
1025 target_msc - msc_delta, drm_queue_seq, NULL,
1053 target_msc, drm_queue_seq, NULL, NULL)) {
1106 uintptr_t drm_queue_seq;
1143 drm_queue_seq = amdgpu_drm_queue_alloc(crtc, client, AMDGPU_DRM_QUEUE_ID_DEFAULT,
1146 if (drm_queue_seq == AMDGPU_DRM_QUEUE_ERROR) {
1151 swap_info->drm_queue_seq = drm_queue_seq;
1215 drm_queue_seq, NULL, &seq)) {
1257 if (!drmmode_wait_vblank(crtc, type, event_msc, drm_queue_seq, NULL, &seq)) {