Re: [PATCH v4 3/4] v4l: vsp1: Repair suspend resume operations for video pipelines

2017-02-13 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Friday 06 Jan 2017 12:15:30 Kieran Bingham wrote: > When a suspend/resume action is taken, the pipeline is reset and never > reconfigured. > > To correct this, we establish a new flag pipe->configured and utilise > this to establish when we write a full con

[PATCH v4 3/4] v4l: vsp1: Repair suspend resume operations for video pipelines

2017-01-06 Thread Kieran Bingham
When a suspend/resume action is taken, the pipeline is reset and never reconfigured. To correct this, we establish a new flag pipe->configured and utilise this to establish when we write a full configuration set to the current display list. Signed-off-by: Kieran Bingham --- drivers/media/platfo