[Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-02-04 Thread Inki Dae
> +/** > + * ticket_commit - commit a reservation with a new fence > + * @ticket:[in]the reservation_ticket returned by > + * ticket_reserve > + * @entries: [in]a linked list of struct reservation_entry > + * @fence: [in]the fence that indicates completion > + * > + * This fun

[Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-02-04 Thread Daniel Vetter
On Mon, Feb 04, 2013 at 10:57:22AM +0100, Maarten Lankhorst wrote: > Op 04-02-13 08:06, Inki Dae schreef: > >> +/** > >> + * ticket_commit - commit a reservation with a new fence > >> + * @ticket:[in]the reservation_ticket returned by > >> + * ticket_reserve > >> + * @entries: [in]a l

[Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-02-04 Thread Maarten Lankhorst
Op 04-02-13 08:06, Inki Dae schreef: >> +/** >> + * ticket_commit - commit a reservation with a new fence >> + * @ticket:[in]the reservation_ticket returned by >> + * ticket_reserve >> + * @entries: [in]a linked list of struct reservation_entry >> + * @fence: [in]the fence tha

Re: [Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-02-04 Thread Daniel Vetter
On Mon, Feb 04, 2013 at 10:57:22AM +0100, Maarten Lankhorst wrote: > Op 04-02-13 08:06, Inki Dae schreef: > >> +/** > >> + * ticket_commit - commit a reservation with a new fence > >> + * @ticket:[in]the reservation_ticket returned by > >> + * ticket_reserve > >> + * @entries: [in]a l

Re: [Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-02-04 Thread Maarten Lankhorst
Op 04-02-13 08:06, Inki Dae schreef: >> +/** >> + * ticket_commit - commit a reservation with a new fence >> + * @ticket:[in]the reservation_ticket returned by >> + * ticket_reserve >> + * @entries: [in]a linked list of struct reservation_entry >> + * @fence: [in]the fence tha

Re: [Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-02-03 Thread Inki Dae
> +/** > + * ticket_commit - commit a reservation with a new fence > + * @ticket:[in]the reservation_ticket returned by > + * ticket_reserve > + * @entries: [in]a linked list of struct reservation_entry > + * @fence: [in]the fence that indicates completion > + * > + * This fun

Re: [Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-01-22 Thread Francesco Lavra
On 01/15/2013 01:34 PM, Maarten Lankhorst wrote: > This adds support for a generic reservations framework that can be > hooked up to ttm and dma-buf and allows easy sharing of reservations > across devices. > > The idea is that a dma-buf and ttm object both will get a pointer > to a struct reserva

[Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-01-22 Thread Maarten Lankhorst
Op 22-01-13 17:47, Francesco Lavra schreef: > On 01/15/2013 01:34 PM, Maarten Lankhorst wrote: >> This adds support for a generic reservations framework that can be >> hooked up to ttm and dma-buf and allows easy sharing of reservations >> across devices. >> >> The idea is that a dma-buf and ttm ob

[Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-01-22 Thread Francesco Lavra
On 01/15/2013 01:34 PM, Maarten Lankhorst wrote: > This adds support for a generic reservations framework that can be > hooked up to ttm and dma-buf and allows easy sharing of reservations > across devices. > > The idea is that a dma-buf and ttm object both will get a pointer > to a struct reserva

Re: [Linaro-mm-sig] [PATCH 6/7] reservation: cross-device reservation support

2013-01-22 Thread Maarten Lankhorst
Op 22-01-13 17:47, Francesco Lavra schreef: > On 01/15/2013 01:34 PM, Maarten Lankhorst wrote: >> This adds support for a generic reservations framework that can be >> hooked up to ttm and dma-buf and allows easy sharing of reservations >> across devices. >> >> The idea is that a dma-buf and ttm ob