Re: [PATCH v6 10/18] media: vsp1: drm: Extend frame completion API to the DU driver

2019-03-13 Thread Laurent Pinchart
Hi Kieran, On Wed, Mar 13, 2019 at 11:26:14AM +, Kieran Bingham wrote: > On 13/03/2019 00:05, Laurent Pinchart wrote: > > The VSP1 driver will need to pass extra flags to the DU through the > > frame completion API. Replace the completed bool flag by a bitmask to > > support this. > > > > Sig

Re: [PATCH v6 10/18] media: vsp1: drm: Extend frame completion API to the DU driver

2019-03-13 Thread Kieran Bingham
Hi Laurent, On 13/03/2019 00:05, Laurent Pinchart wrote: > The VSP1 driver will need to pass extra flags to the DU through the > frame completion API. Replace the completed bool flag by a bitmask to > support this. > > Signed-off-by: Laurent Pinchart > --- > drivers/gpu/drm/rcar-du/rcar_du_vsp.

[PATCH v6 10/18] media: vsp1: drm: Extend frame completion API to the DU driver

2019-03-12 Thread Laurent Pinchart
The VSP1 driver will need to pass extra flags to the DU through the frame completion API. Replace the completed bool flag by a bitmask to support this. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_du_vsp.c | 4 ++-- drivers/media/platform/vsp1/vsp1_drm.c | 4 ++-- drivers/me