Home
last modified time | relevance | path

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

/linux-6.6/include/uapi/drm/
Ddrm.h863 struct drm_syncobj_create { struct
864 __u32 handle;
866 __u32 flags;
/linux-6.6/tools/include/uapi/drm/
Ddrm.h863 struct drm_syncobj_create { struct
864 __u32 handle;
866 __u32 flags;
/linux-6.6/drivers/gpu/drm/
Ddrm_syncobj.c545 int drm_syncobj_create(struct drm_syncobj **out_syncobj, uint32_t flags, in drm_syncobj_create() function