Home
last modified time | relevance | path

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

/linux/include/uapi/drm/
H A Ddrm.h948 struct drm_syncobj_destroy { struct
949 __u32 handle;
950 __u32 pad;
/linux/tools/include/uapi/drm/
H A Ddrm.h948 struct drm_syncobj_destroy { struct
949 __u32 handle;
950 __u32 pad;
/linux/drivers/gpu/drm/
H A Ddrm_syncobj.c628 static int drm_syncobj_destroy(struct drm_file *file_private, in drm_syncobj_destroy() function