Home
last modified time | relevance | path

Searched refs:drm_syncobj_get_handle (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_syncobj.h132 int drm_syncobj_get_handle(struct drm_file *file_private,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_syncobj.c587 int drm_syncobj_get_handle(struct drm_file *file_private, in drm_syncobj_get_handle() function
610 EXPORT_SYMBOL(drm_syncobj_get_handle);
622 ret = drm_syncobj_get_handle(file_private, syncobj, handle); in drm_syncobj_create_as_handle()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c1576 r = drm_syncobj_get_handle(filp, syncobj, &info->out.handle); in amdgpu_cs_fence_to_handle_ioctl()