Re: [PATCH v6 09/18] media: vsp1: drm: Split RPF format setting to separate function

2019-03-13 Thread Laurent Pinchart
Hi Kieran, On Wed, Mar 13, 2019 at 11:12:57AM +, Kieran Bingham wrote: > On 13/03/2019 00:05, Laurent Pinchart wrote: > > The code that initializes the RPF format-related fields for display > > pipelines will also be useful for the WPF to implement writeback > > support. Split it from vsp1_du_

Re: [PATCH v6 09/18] media: vsp1: drm: Split RPF format setting to separate function

2019-03-13 Thread Kieran Bingham
Hi Laurent, On 13/03/2019 00:05, Laurent Pinchart wrote: > The code that initializes the RPF format-related fields for display > pipelines will also be useful for the WPF to implement writeback > support. Split it from vsp1_du_atomic_update() to a new > vsp1_du_pipeline_set_rwpf_format() function.

[PATCH v6 09/18] media: vsp1: drm: Split RPF format setting to separate function

2019-03-12 Thread Laurent Pinchart
The code that initializes the RPF format-related fields for display pipelines will also be useful for the WPF to implement writeback support. Split it from vsp1_du_atomic_update() to a new vsp1_du_pipeline_set_rwpf_format() function. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp