drm_syncobj_free
EXPORT_SYMBOL(drm_syncobj_free);
void drm_syncobj_free(struct kref *kref);
kref_put(&obj->refcount, drm_syncobj_free);