Re: [PATCH v4 08/11] media: vsp1: Add support for extended display list headers

2018-07-17 Thread Kieran Bingham
Hi Laurent, On 17/07/18 11:53, Laurent Pinchart wrote: > Hi Kieran, > > On Monday, 16 July 2018 20:14:55 EEST Kieran Bingham wrote: >> On 24/05/18 12:44, Laurent Pinchart wrote: >>> On Thursday, 3 May 2018 16:36:19 EEST Kieran Bingham wrote: Extended display list headers allow pre and post c

Re: [PATCH v4 08/11] media: vsp1: Add support for extended display list headers

2018-07-17 Thread Laurent Pinchart
Hi Kieran, On Monday, 16 July 2018 20:14:55 EEST Kieran Bingham wrote: > On 24/05/18 12:44, Laurent Pinchart wrote: > > On Thursday, 3 May 2018 16:36:19 EEST Kieran Bingham wrote: > >> Extended display list headers allow pre and post command lists to be > >> executed by the VSP pipeline. This prov

Re: [PATCH v4 08/11] media: vsp1: Add support for extended display list headers

2018-07-16 Thread Kieran Bingham
Hi Laurent, On 24/05/18 12:44, Laurent Pinchart wrote: > Hi Kieran, > > Thank you for the patch. > > On Thursday, 3 May 2018 16:36:19 EEST Kieran Bingham wrote: >> Extended display list headers allow pre and post command lists to be >> executed by the VSP pipeline. This provides the base support

Re: [PATCH v4 08/11] media: vsp1: Add support for extended display list headers

2018-05-24 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Thursday, 3 May 2018 16:36:19 EEST Kieran Bingham wrote: > Extended display list headers allow pre and post command lists to be > executed by the VSP pipeline. This provides the base support for > features such as AUTO_FLD (for interlaced support) and AUTO_D

[PATCH v4 08/11] media: vsp1: Add support for extended display list headers

2018-05-03 Thread Kieran Bingham
Extended display list headers allow pre and post command lists to be executed by the VSP pipeline. This provides the base support for features such as AUTO_FLD (for interlaced support) and AUTO_DISP (for supporting continuous camera preview pipelines. Signed-off-by: Kieran Bingham --- v2: - re