[PATCH v3 3/4] drm/msm/mdp5: Add START signal to kick off certain pipelines

2015-03-24 Thread Archit Taneja
On 03/24/2015 03:40 AM, "Stéphane Viau" wrote: > Hi Archit, > >> Hi Stephane, >> >> On 03/14/2015 01:19 AM, Stephane Viau wrote: >>> Some interfaces (WB, DSI Command Mode) need to be kicked off >>> through a START Signal. This signal needs to be sent at the right >>> time and requests in some ca

[PATCH v3 3/4] drm/msm/mdp5: Add START signal to kick off certain pipelines

2015-03-23 Thread "Stéphane Viau"
Hi Archit, > Hi Stephane, > > On 03/14/2015 01:19 AM, Stephane Viau wrote: >> Some interfaces (WB, DSI Command Mode) need to be kicked off >> through a START Signal. This signal needs to be sent at the right >> time and requests in some cases to keep track of the pipeline >> status (eg: whether pi

[PATCH v3 3/4] drm/msm/mdp5: Add START signal to kick off certain pipelines

2015-03-23 Thread Archit Taneja
Hi Stephane, On 03/14/2015 01:19 AM, Stephane Viau wrote: > Some interfaces (WB, DSI Command Mode) need to be kicked off > through a START Signal. This signal needs to be sent at the right > time and requests in some cases to keep track of the pipeline > status (eg: whether pipeline registers are

[PATCH v3 3/4] drm/msm/mdp5: Add START signal to kick off certain pipelines

2015-03-13 Thread Stephane Viau
Some interfaces (WB, DSI Command Mode) need to be kicked off through a START Signal. This signal needs to be sent at the right time and requests in some cases to keep track of the pipeline status (eg: whether pipeline registers are flushed AND output WB buffers are ready, in case of WB interface).