[RFC 11/29] dma-buf/fence: move sync_timeline to fence_timeline

Greg Hackmann ghackmann at google.com
Wed Jan 20 00:56:31 UTC 2016


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)



More information about the devel mailing list