Searched refs:ufence_syncobj (Results 1 – 5 of 5) sorted by relevance
116 struct drm_syncobj *ufence_syncobj, in xe_sync_entry_parse() argument 213 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
1446 stream->ufence_syncobj, in xe_oa_stream_enable() 1677 drm_syncobj_put(stream->ufence_syncobj); in xe_oa_mmap() 1840 struct drm_syncobj *ufence_syncobj; in xe_oa_stream_open_ioctl_locked() 1851 ret = drm_syncobj_create(&ufence_syncobj, DRM_SYNCOBJ_CREATE_SIGNALED, in xe_oa_stream_open_ioctl_locked() 1861 stream->ufence_syncobj = ufence_syncobj; in xe_oa_stream_open_ioctl_locked() 1900 drm_syncobj_put(ufence_syncobj); in xe_oa_timestamp_frequency() 1826 struct drm_syncobj *ufence_syncobj; xe_oa_stream_open_ioctl_locked() local
554 int err = drm_syncobj_create(&q->ufence_syncobj, in xe_exec_queue_create_bind() 586 if (q->ufence_syncobj) in xe_exec_queue_destroy() 587 drm_syncobj_put(q->ufence_syncobj); in xe_exec_queue_destroy()
3977 __q->ufence_syncobj, in xe_vm_bind_ioctl()