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
223 struct drm_syncobj *ufence_syncobj; member
1420 stream->ufence_syncobj, in xe_oa_parse_syncs()1651 drm_syncobj_put(stream->ufence_syncobj); in xe_oa_destroy_locked()1842 struct drm_syncobj *ufence_syncobj; in xe_oa_stream_open_ioctl_locked() local1853 ret = drm_syncobj_create(&ufence_syncobj, DRM_SYNCOBJ_CREATE_SIGNALED, in xe_oa_stream_open_ioctl_locked()1863 stream->ufence_syncobj = ufence_syncobj; in xe_oa_stream_open_ioctl_locked()1902 drm_syncobj_put(ufence_syncobj); in xe_oa_stream_open_ioctl_locked()
455 int err = drm_syncobj_create(&q->ufence_syncobj, in xe_exec_queue_create_bind()479 if (q->ufence_syncobj) in xe_exec_queue_destroy()480 drm_syncobj_put(q->ufence_syncobj); in xe_exec_queue_destroy()
3735 __q->ufence_syncobj, in xe_vm_bind_ioctl()