Re: [PATCH v2 3/3] drm: rcar-du: Register a completion callback with VSP1

2017-03-04 Thread Laurent Pinchart
Hi Kieran, On Saturday 04 Mar 2017 15:07:09 Laurent Pinchart wrote: > On Saturday 04 Mar 2017 02:01:19 Kieran Bingham wrote: > > Currently we process page flip events on every display interrupt, > > however this does not take into consideration the processing time needed > > by the VSP1 utilised

Re: [PATCH v2 3/3] drm: rcar-du: Register a completion callback with VSP1

2017-03-04 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Saturday 04 Mar 2017 02:01:19 Kieran Bingham wrote: > Currently we process page flip events on every display interrupt, > however this does not take into consideration the processing time needed > by the VSP1 utilised in the pipeline. > > Register a

[PATCH v2 3/3] drm: rcar-du: Register a completion callback with VSP1

2017-03-03 Thread Kieran Bingham
Currently we process page flip events on every display interrupt, however this does not take into consideration the processing time needed by the VSP1 utilised in the pipeline. Register a callback with the VSP driver to obtain completion events, and track them so that we only perform page flips