Re: [PATCH v5 14/19] drm: writeback: Add job prepare and cleanup operations

2019-02-27 Thread Laurent Pinchart
Hi Liviu, On Tue, Feb 26, 2019 at 06:39:40PM +, Liviu Dudau wrote: > On Thu, Feb 21, 2019 at 12:32:07PM +0200, Laurent Pinchart wrote: > > As writeback jobs contain a framebuffer, drivers may need to prepare and > > cleanup them the same way they can prepare and cleanup framebuffers for > >

Re: [PATCH v5 14/19] drm: writeback: Add job prepare and cleanup operations

2019-02-26 Thread Liviu Dudau
Hi Laurent, On Thu, Feb 21, 2019 at 12:32:07PM +0200, Laurent Pinchart wrote: > As writeback jobs contain a framebuffer, drivers may need to prepare and > cleanup them the same way they can prepare and cleanup framebuffers for > planes. Add two new optional connector helper operations, >

Re: [PATCH v5 14/19] drm: writeback: Add job prepare and cleanup operations

2019-02-22 Thread Brian Starkey
On Fri, Feb 22, 2019 at 04:49:53PM +0200, Laurent Pinchart wrote: > > That would be the connector helper functions, not the connector > functions, right ? Yes, sorry. ___ dri-devel mailing list dri-devel@lists.freedesktop.org

Re: [PATCH v5 14/19] drm: writeback: Add job prepare and cleanup operations

2019-02-22 Thread Laurent Pinchart
Hi Brian, On Fri, Feb 22, 2019 at 01:50:01PM +, Brian Starkey wrote: > On Fri, Feb 22, 2019 at 12:12:00AM +0200, Laurent Pinchart wrote: > > On Thu, Feb 21, 2019 at 06:12:03PM +, Brian Starkey wrote: > >> On Thu, Feb 21, 2019 at 12:32:07PM +0200, Laurent Pinchart wrote: > >>> As writeback

Re: [PATCH v5 14/19] drm: writeback: Add job prepare and cleanup operations

2019-02-22 Thread Brian Starkey
On Fri, Feb 22, 2019 at 12:12:00AM +0200, Laurent Pinchart wrote: > Hi Brian, > > On Thu, Feb 21, 2019 at 06:12:03PM +, Brian Starkey wrote: > > On Thu, Feb 21, 2019 at 12:32:07PM +0200, Laurent Pinchart wrote: > > > As writeback jobs contain a framebuffer, drivers may need to prepare and > >

Re: [PATCH v5 14/19] drm: writeback: Add job prepare and cleanup operations

2019-02-21 Thread Laurent Pinchart
Hi Brian, On Thu, Feb 21, 2019 at 06:12:03PM +, Brian Starkey wrote: > On Thu, Feb 21, 2019 at 12:32:07PM +0200, Laurent Pinchart wrote: > > As writeback jobs contain a framebuffer, drivers may need to prepare and > > cleanup them the same way they can prepare and cleanup framebuffers for > >

Re: [PATCH v5 14/19] drm: writeback: Add job prepare and cleanup operations

2019-02-21 Thread Brian Starkey
Hi Laurent, On Thu, Feb 21, 2019 at 12:32:07PM +0200, Laurent Pinchart wrote: > As writeback jobs contain a framebuffer, drivers may need to prepare and > cleanup them the same way they can prepare and cleanup framebuffers for > planes. Add two new optional connector helper operations, >