Searched defs:drm_syncobj_wait (Results 1 – 3 of 3) sorted by relevance
924 struct drm_syncobj_wait { struct925 __u64 handles;927 __s64 timeout_nsec;928 __u32 count_handles;929 __u32 flags;930 __u32 first_signaled; /* only valid when not waiting all */931 __u32 pad;939 __u64 deadline_nsec;
248 drm_syncobj_wait(struct tu_device *device, in drm_syncobj_wait() function