/**[...]
+ * fence_timeline_create - create a new fence_timeline
+ * @num: [in] amount of contexts to allocate
+ */[...]
+struct fence_timeline *fence_timeline_create(unsigned num,
+ struct fence_timeline_ops *ops,
+ int size, const char *name)
+{
+ timeline->context = fence_context_alloc(1);