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

Greg Hackmann ghackmann at google.com
Tue Jan 19 16:56:31 PST 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 dri-devel mailing list