Home
last modified time | relevance | path

Searched refs:drm_syncobj_create (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/dev/drm/
H A Ddrm_syncobj.c273 int drm_syncobj_create(struct drm_syncobj **out_syncobj, uint32_t flags, in drm_syncobj_create() function
301 EXPORT_SYMBOL(drm_syncobj_create);
337 ret = drm_syncobj_create(&syncobj, flags, NULL); in drm_syncobj_create_as_handle()
571 struct drm_syncobj_create *args = data; in drm_syncobj_create_ioctl()
/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_syncobj.h90 int drm_syncobj_create(struct drm_syncobj **out_syncobj, uint32_t flags,
/dflybsd-src/sys/dev/drm/include/uapi/drm/
H A Ddrm.h725 struct drm_syncobj_create { struct
911 #define DRM_IOCTL_SYNCOBJ_CREATE DRM_IOWR(0xBF, struct drm_syncobj_create)
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_cs.c1442 r = drm_syncobj_create(&syncobj, 0, fence); in amdgpu_cs_fence_to_handle_ioctl()
1451 r = drm_syncobj_create(&syncobj, 0, fence); in amdgpu_cs_fence_to_handle_ioctl()