Re: [PATCH v2 50/60] drm/omap: Group CRTC, encoder, connector and dssdev in a structure

2018-06-11 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:25:08PM +0300, Laurent Pinchart wrote: > Create an omap_drm_pipeline structure to model display pipelines, made > of a CRTC, an encoder, a connector and a DSS display device. This allows > grouping related parameters together instead of storing them in > independent

[PATCH v2 50/60] drm/omap: Group CRTC, encoder, connector and dssdev in a structure

2018-05-26 Thread Laurent Pinchart
Create an omap_drm_pipeline structure to model display pipelines, made of a CRTC, an encoder, a connector and a DSS display device. This allows grouping related parameters together instead of storing them in independent arrays and thus improves code readability. Signed-off-by: Laurent Pinchart