Re: [PATCH v3 05/10] drm: rcar-du: Handle CRTC standby from commit tail handler

2019-06-18 Thread Ulrich Hecht
> On June 17, 2019 at 11:09 PM Laurent Pinchart > wrote: > > > From: Kieran Bingham > > Manage the power state, and initial configuration of the CRTC from the > commit tail handler. CRTCs which need to be activated are taken out of > standby, and any deactivated CRTCs are put into standby.

[PATCH v3 05/10] drm: rcar-du: Handle CRTC standby from commit tail handler

2019-06-17 Thread Laurent Pinchart
From: Kieran Bingham Manage the power state, and initial configuration of the CRTC from the commit tail handler. CRTCs which need to be activated are taken out of standby, and any deactivated CRTCs are put into standby. This aims at removing CRTC state tracking from the rcar_du_crtc structure.