Home
last modified time | relevance | path

Searched defs:drm_syncobj_create (Results 1 – 3 of 3) sorted by relevance

/linux-5.10/include/uapi/drm/
Ddrm.h719 struct drm_syncobj_create { struct
720 __u32 handle;
722 __u32 flags;
/linux-5.10/tools/include/uapi/drm/
Ddrm.h719 struct drm_syncobj_create { struct
720 __u32 handle;
722 __u32 flags;
/linux-5.10/drivers/gpu/drm/
Ddrm_syncobj.c467 int drm_syncobj_create(struct drm_syncobj **out_syncobj, uint32_t flags, in drm_syncobj_create() function