Re: [PATCH v3 03/10] drm: rcar-du: Convert to the new VSP atomic API

2019-06-18 Thread Ulrich Hecht
> On June 17, 2019 at 11:09 PM Laurent Pinchart > wrote: > > > From: Kieran Bingham > > The configuration API between the VSP and the DU has been updated to > provide finer grain control over modesetting, and enablement. > > Split rcar_du_vsp_enable() into rcar_du_vsp_modeset() and > rcar_

[PATCH v3 03/10] drm: rcar-du: Convert to the new VSP atomic API

2019-06-17 Thread Laurent Pinchart
From: Kieran Bingham The configuration API between the VSP and the DU has been updated to provide finer grain control over modesetting, and enablement. Split rcar_du_vsp_enable() into rcar_du_vsp_modeset() and rcar_du_vsp_enable() accordingly, and update each function to use the new VSP API. Th