Searched defs:drm_syncobj_wait (Results 1 – 5 of 5) sorted by relevance
734 struct drm_syncobj_wait { struct735 __u64 handles;737 __s64 timeout_nsec;738 __u32 count_handles;739 __u32 flags;740 __u32 first_signaled; /* only valid when not waiting all */741 __u32 pad;
746 struct drm_syncobj_wait { struct747 __u64 handles;749 __s64 timeout_nsec;750 __u32 count_handles;751 __u32 flags;752 __u32 first_signaled; /* only valid when not waiting all */753 __u32 pad;
753 struct drm_syncobj_wait { struct754 __u64 handles;756 __s64 timeout_nsec;757 __u32 count_handles;758 __u32 flags;759 __u32 first_signaled; /* only valid when not waiting all */760 __u32 pad;
788 drm_syncobj_wait(struct tu_device *device, in drm_syncobj_wait() function