Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/drm/
H A Ddrm.h902 struct drm_syncobj_destroy { struct
903 __u32 handle;
904 __u32 pad;
/linux-6.15/tools/include/uapi/drm/
H A Ddrm.h902 struct drm_syncobj_destroy { struct
903 __u32 handle;
904 __u32 pad;
/linux-6.15/drivers/gpu/drm/
H A Ddrm_syncobj.c635 static int drm_syncobj_destroy(struct drm_file *file_private, in drm_syncobj_destroy() function