Re: [PATCH v2 02/30] drm: omapdrm: dss: Expose DSS data in a dss_device structure

2018-02-13 Thread Sebastian Reichel
Hi, On Tue, Feb 13, 2018 at 02:00:20PM +0200, Laurent Pinchart wrote: > The anoonymous dss structure in dss.c is the top-level component in the > omapdss driver. As such it should store all internal instance-specific > data that is currently stored in global variables. This however requires >

[PATCH v2 02/30] drm: omapdrm: dss: Expose DSS data in a dss_device structure

2018-02-13 Thread Laurent Pinchart
The anoonymous dss structure in dss.c is the top-level component in the omapdss driver. As such it should store all internal instance-specific data that is currently stored in global variables. This however requires both naming the structure to pass it around functions, and accessing it from