Re: [PATCH v2 32/60] drm/omap: dss: Store dss_device pointer in omap_dss_device

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:24:50PM +0300, Laurent Pinchart wrote: > Storing the dss_device pointer in the omap_dss_device structure will > allow accessing the dss_device from the dss_mgr API functions. > > Signed-off-by: Laurent Pinchart > --- Reviewed-by: Sebastian Reichel -- Sebastian

[PATCH v2 32/60] drm/omap: dss: Store dss_device pointer in omap_dss_device

2018-05-26 Thread Laurent Pinchart
Storing the dss_device pointer in the omap_dss_device structure will allow accessing the dss_device from the dss_mgr API functions. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c | 2 +- drivers/gpu/drm/omapdrm/displays/connector-dvi.c