[PATCH 08/22] drm: rcar-du: Restart the DU group when a plane source changes

2015-12-27 Thread Laurent Pinchart
Hi Daniel, On Thursday 17 December 2015 10:41:51 Daniel Vetter wrote: > On Thu, Dec 17, 2015 at 09:11:49AM +0200, Laurent Pinchart wrote: > > On Monday 14 September 2015 09:22:13 Daniel Vetter wrote: > >> On Mon, Sep 14, 2015 at 01:50:55AM +0300, Laurent Pinchart wrote: > >>> Plane sources are con

[PATCH 08/22] drm: rcar-du: Restart the DU group when a plane source changes

2015-12-17 Thread Daniel Vetter
On Thu, Dec 17, 2015 at 09:11:49AM +0200, Laurent Pinchart wrote: > Hi Daniel, > > On Monday 14 September 2015 09:22:13 Daniel Vetter wrote: > > On Mon, Sep 14, 2015 at 01:50:55AM +0300, Laurent Pinchart wrote: > > > Plane sources are configured by the VSPS bit in the PnDDCR4 register. > > > Altho

[PATCH 08/22] drm: rcar-du: Restart the DU group when a plane source changes

2015-12-17 Thread Laurent Pinchart
Hi Daniel, On Monday 14 September 2015 09:22:13 Daniel Vetter wrote: > On Mon, Sep 14, 2015 at 01:50:55AM +0300, Laurent Pinchart wrote: > > Plane sources are configured by the VSPS bit in the PnDDCR4 register. > > Although the datasheet states that the bit is updated during vertical > > blanking,

[PATCH 08/22] drm: rcar-du: Restart the DU group when a plane source changes

2015-09-14 Thread Daniel Vetter
On Mon, Sep 14, 2015 at 01:50:55AM +0300, Laurent Pinchart wrote: > Plane sources are configured by the VSPS bit in the PnDDCR4 register. > Although the datasheet states that the bit is updated during vertical > blanking, it seems that updates only occur when the DU group is held in > reset through

[PATCH 08/22] drm: rcar-du: Restart the DU group when a plane source changes

2015-09-14 Thread Laurent Pinchart
Plane sources are configured by the VSPS bit in the PnDDCR4 register. Although the datasheet states that the bit is updated during vertical blanking, it seems that updates only occur when the DU group is held in reset through the DSYSR.DRES bit. Restart the group if the source changes. Signed-off-