On 01/15/2016 06:55 AM, Gustavo Padovan wrote:
>   /**
> + * 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);

fence_context_alloc(num)

Reply via email to