Re: [PATCH 23/48] drm: omapdrm: dss: Pass PLL pointer to dss_ctrl_pll_enable()

2017-10-16 Thread Sebastian Reichel
Hi, On Fri, Oct 13, 2017 at 05:59:19PM +0300, Laurent Pinchart wrote: > This will allow accessing the PLL data to get the DSS device pointer, > removing the need to access the global DSS private data. > > Signed-off-by: Laurent Pinchart > --- Reviewed-by:

[PATCH 23/48] drm: omapdrm: dss: Pass PLL pointer to dss_ctrl_pll_enable()

2017-10-13 Thread Laurent Pinchart
This will allow accessing the PLL data to get the DSS device pointer, removing the need to access the global DSS private data. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/dss.c | 13 +++-- drivers/gpu/drm/omapdrm/dss/dss.h