Re: [PATCH v6 14/18] drm: writeback: Add job prepare and cleanup operations

2019-03-15 Thread Liviu Dudau
On Wed, Mar 13, 2019 at 02:05:28AM +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, > .prepare_writeback_job

[PATCH v6 14/18] drm: writeback: Add job prepare and cleanup operations

2019-03-12 Thread Laurent Pinchart
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, .prepare_writeback_job() and .cleanup_writeback_job() to support this. The job prepare operatio