Re: [PATCH 22/48] drm: omapdrm: dss: Pass DSS private structure to runtime PM functions

2017-10-16 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:59:18PM +0300, Laurent Pinchart wrote: > To prepare for the removal of the global variable storing DSS private > data, pass its pointer to the dss_runtime_{get,put}() functions. > > As this requires getting hold of the DSS private structure in the > callers, we expo

[PATCH 22/48] drm: omapdrm: dss: Pass DSS private structure to runtime PM functions

2017-10-13 Thread Laurent Pinchart
To prepare for the removal of the global variable storing DSS private data, pass its pointer to the dss_runtime_{get,put}() functions. As this requires getting hold of the DSS private structure in the callers, we expose the structure through an opaque pointer that can be retrieved through a new ds