Home
last modified time | relevance | path

Searched refs:ufence_syncobj (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_sync.c116 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()
H A Dxe_sync_types.h22 struct drm_syncobj *ufence_syncobj; member
H A Dxe_oa.c1446 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
H A Dxe_exec_queue.c554 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()
H A Dxe_vm.c3977 __q->ufence_syncobj, in xe_vm_bind_ioctl()