Re: [PATCH v2 1/6] drm: rcar-du: Link CRTCs to the DU device

2019-03-17 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Fri, Mar 15, 2019 at 05:01:05PM +, Kieran Bingham wrote: > The rcar_du_crtc functions have a heavy reliance on the rcar_du_group > structure, in many cases just to access the DU device context. > > To better separate the groups out of the CRTC handling

[PATCH v2 1/6] drm: rcar-du: Link CRTCs to the DU device

2019-03-15 Thread Kieran Bingham
The rcar_du_crtc functions have a heavy reliance on the rcar_du_group structure, in many cases just to access the DU device context. To better separate the groups out of the CRTC handling code, give the rcar_du_crtc its own pointer to the device and remove the indirection through the group pointer