Re: [PATCH] drm/syncobj: Add documentation for timeline syncobj

2019-08-27 Thread Lionel Landwerlin
On 27/08/2019 19:27, Daniel Vetter wrote: On Mon, Aug 26, 2019 at 07:30:08AM +0300, Lionel Landwerlin wrote: On 26/08/2019 00:01, Daniel Vetter wrote: On Fri, Aug 23, 2019 at 8:53 PM Jason Ekstrand wrote: On Thu, Aug 22, 2019 at 5:28 PM Lionel Landwerlin wrote: On 22/08/2019 21:24, Jason

Re: [PATCH] drm/syncobj: Add documentation for timeline syncobj

2019-08-27 Thread Daniel Vetter
On Mon, Aug 26, 2019 at 07:30:08AM +0300, Lionel Landwerlin wrote: > On 26/08/2019 00:01, Daniel Vetter wrote: > > On Fri, Aug 23, 2019 at 8:53 PM Jason Ekstrand wrote: > > > > > > On Thu, Aug 22, 2019 at 5:28 PM Lionel Landwerlin > > > wrote: > > > > On 22/08/2019 21:24, Jason Ekstrand wrote:

Re: [PATCH] drm/syncobj: Add documentation for timeline syncobj

2019-08-25 Thread Lionel Landwerlin
On 26/08/2019 00:01, Daniel Vetter wrote: On Fri, Aug 23, 2019 at 8:53 PM Jason Ekstrand wrote: On Thu, Aug 22, 2019 at 5:28 PM Lionel Landwerlin wrote: On 22/08/2019 21:24, Jason Ekstrand wrote: On Thu, Aug 22, 2019 at 9:55 AM Lionel Landwerlin wrote: We've added a set of new APIs to

Re: [PATCH] drm/syncobj: Add documentation for timeline syncobj

2019-08-25 Thread Daniel Vetter
On Fri, Aug 23, 2019 at 8:53 PM Jason Ekstrand wrote: > > > On Thu, Aug 22, 2019 at 5:28 PM Lionel Landwerlin > wrote: >> >> On 22/08/2019 21:24, Jason Ekstrand wrote: >> >> On Thu, Aug 22, 2019 at 9:55 AM Lionel Landwerlin >> wrote: >>> >>> We've added a set of new APIs to manipulate

Re: [PATCH] drm/syncobj: Add documentation for timeline syncobj

2019-08-23 Thread Jason Ekstrand
On Thu, Aug 22, 2019 at 5:28 PM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > On 22/08/2019 21:24, Jason Ekstrand wrote: > > On Thu, Aug 22, 2019 at 9:55 AM Lionel Landwerlin < > lionel.g.landwer...@intel.com> wrote: > >> We've added a set of new APIs to manipulate syncobjs holding

Re: [PATCH] drm/syncobj: Add documentation for timeline syncobj

2019-08-22 Thread Lionel Landwerlin
On 22/08/2019 21:24, Jason Ekstrand wrote: On Thu, Aug 22, 2019 at 9:55 AM Lionel Landwerlin mailto:lionel.g.landwer...@intel.com>> wrote: We've added a set of new APIs to manipulate syncobjs holding timelines of dma_fence. This adds a bit of documentation about how this works.

Re: [PATCH] drm/syncobj: Add documentation for timeline syncobj

2019-08-22 Thread Jason Ekstrand
On Thu, Aug 22, 2019 at 9:55 AM Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > We've added a set of new APIs to manipulate syncobjs holding timelines > of dma_fence. This adds a bit of documentation about how this works. > > Signed-off-by: Lionel Landwerlin > Cc: Christian Koenig >

[PATCH] drm/syncobj: Add documentation for timeline syncobj

2019-08-22 Thread Lionel Landwerlin
We've added a set of new APIs to manipulate syncobjs holding timelines of dma_fence. This adds a bit of documentation about how this works. Signed-off-by: Lionel Landwerlin Cc: Christian Koenig Cc: Jason Ekstrand Cc: David(ChunMing) Zhou --- drivers/gpu/drm/drm_syncobj.c | 87