Re: [PATCH v3 09/10] drm: rcar-du: Perform group setup from the atomic tail handler

2019-06-18 Thread Ulrich Hecht
> On June 17, 2019 at 11:09 PM Laurent Pinchart > wrote: > > > From: Kieran Bingham > > Create rcar_du_group_atomic_check() and rcar_du_group_atomic_setup() > functions to track and apply group state through the DRM atomic state. > The use_count field is moved from the rcar_du_group

[PATCH v3 09/10] drm: rcar-du: Perform group setup from the atomic tail handler

2019-06-17 Thread Laurent Pinchart
From: Kieran Bingham Create rcar_du_group_atomic_check() and rcar_du_group_atomic_setup() functions to track and apply group state through the DRM atomic state. The use_count field is moved from the rcar_du_group structure to an enabled field in the rcar_du_group_state structure. This allows