Re: [PATCH v2 22/30] drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data

2018-02-14 Thread Laurent Pinchart
Hi Tomi, On Wednesday, 14 February 2018 10:31:17 EET Tomi Valkeinen wrote: > Hi, > > On 13/02/18 14:00, Laurent Pinchart wrote: > > The dss_device is the top-level component in the omapdss driver. Give > > the omapdrm driver access to the dss_device pointer in order to obtain > > pointers to all

Re: [PATCH v2 22/30] drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data

2018-02-14 Thread Tomi Valkeinen
Hi, On 13/02/18 14:00, Laurent Pinchart wrote: > The dss_device is the top-level component in the omapdss driver. Give > the omapdrm driver access to the dss_device pointer in order to obtain > pointers to all other components from it. This requires a new global > variable in the omapdss driver

Re: [PATCH v2 22/30] drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data

2018-02-13 Thread Sebastian Reichel
Hi, On Tue, Feb 13, 2018 at 02:00:40PM +0200, Laurent Pinchart wrote: > The dss_device is the top-level component in the omapdss driver. Give > the omapdrm driver access to the dss_device pointer in order to obtain > pointers to all other components from it. This requires a new global > variable

[PATCH v2 22/30] drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data

2018-02-13 Thread Laurent Pinchart
The dss_device is the top-level component in the omapdss driver. Give the omapdrm driver access to the dss_device pointer in order to obtain pointers to all other components from it. This requires a new global variable in the omapdss driver that will be removed when merging the omapdrm and omapdss