Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/drm/
H A Ddrm.h869 struct drm_syncobj_destroy { struct
870 __u32 handle;
871 __u32 pad;
/openbmc/linux/tools/include/uapi/drm/
H A Ddrm.h869 struct drm_syncobj_destroy { struct
870 __u32 handle;
871 __u32 pad;
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_syncobj.c627 static int drm_syncobj_destroy(struct drm_file *file_private, in drm_syncobj_destroy() function