Re: [PATCH v2 5/6] drm: rcar-du: Create a group state object

2019-05-12 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Fri, Mar 15, 2019 at 05:01:09PM +, Kieran Bingham wrote: > Create a new private state object for the DU groups, and move the > initialisation of a group object to a new function rcar_du_group_init(). > > Signed-off-by: Kieran Bingham > --- > v2: > - N

[PATCH v2 5/6] drm: rcar-du: Create a group state object

2019-03-15 Thread Kieran Bingham
Create a new private state object for the DU groups, and move the initialisation of a group object to a new function rcar_du_group_init(). Signed-off-by: Kieran Bingham --- v2: - No change drivers/gpu/drm/rcar-du/rcar_du_group.c | 81 + drivers/gpu/drm/rcar-du/rcar_du_g