Searched refs:ufence_syncobj (Results 1 – 6 of 6) sorted by relevance
116 struct drm_syncobj *ufence_syncobj, in xe_sync_entry_parse() argument213 sync->ufence_syncobj = ufence_syncobj; in xe_sync_entry_parse()287 drm_syncobj_add_point(sync->ufence_syncobj, in xe_sync_entry_signal()292 fence = drm_syncobj_fence_get(sync->ufence_syncobj); in xe_sync_entry_signal()
22 struct drm_syncobj *ufence_syncobj; member
234 /** @ufence_syncobj: User fence syncobj */235 struct drm_syncobj *ufence_syncobj;223 struct drm_syncobj *ufence_syncobj; global() member
1420 stream->ufence_syncobj, in xe_oa_parse_syncs() 1651 drm_syncobj_put(stream->ufence_syncobj); in xe_oa_destroy_locked() 1826 struct drm_syncobj *ufence_syncobj; in xe_oa_stream_init() 1837 ret = drm_syncobj_create(&ufence_syncobj, DRM_SYNCOBJ_CREATE_SIGNALED,1847 stream->ufence_syncobj = ufence_syncobj; in xe_oa_stream_open_ioctl_locked() 1886 drm_syncobj_put(ufence_syncobj); in xe_oa_stream_open_ioctl_locked() 1842 struct drm_syncobj *ufence_syncobj; xe_oa_stream_open_ioctl_locked() local
550 int err = drm_syncobj_create(&q->ufence_syncobj, in xe_exec_queue_lookup() 582 if (q->ufence_syncobj) in xe_exec_queue_enforce_schedule_limit() 583 drm_syncobj_put(q->ufence_syncobj); in xe_exec_queue_enforce_schedule_limit()
3943 __q->ufence_syncobj,